aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
Commit message (Collapse)AuthorAge
* Merge branch 'master' into ↵Darius Jahandarie2023-10-01
|\ | | | | | | dependabot/github_actions/cardinalby/schema-validator-action-3.0.0
| * Bump actions/checkout from 3 to 4dependabot[bot]2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * Remove hardcoded version from manifestDarius Jahandarie2023-09-23
| | | | | | | | | | | | * Dynamically set version as argument to build script * Set version using tag ref_name in CI * [Cleanup] gitignore ext/manifest.json as it's dynamically generated
* | Turn on lax mode, fix versionDarius Jahandarie2023-10-01
| |
* | Bump cardinalby/schema-validator-action from 1.1.1 to 3.0.0dependabot[bot]2023-08-17
|/ | | | | | | | | | | | | | Bumps [cardinalby/schema-validator-action](https://github.com/cardinalby/schema-validator-action) from 1.1.1 to 3.0.0. - [Release notes](https://github.com/cardinalby/schema-validator-action/releases) - [Commits](https://github.com/cardinalby/schema-validator-action/compare/c2da05377e89dd0c9b7be9420da0b3534b1efcce...8407573c2627c5159428cf9fa3770d13b2360a27) --- updated-dependencies: - dependency-name: cardinalby/schema-validator-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Move manifest.json schema validator from create-prerelease-on-tag to ci.yml, ↵Darius Jahandarie2023-03-18
| | | | and make it check for mv3
* Add CD to build and publish extension to Chrome & Firefox storesDarius Jahandarie2023-03-18
| | | | Resolves #85.
* Format ci.yml, update to checkout@v3, and restrict permissions to satisfy ↵Darius Jahandarie2023-03-12
| | | | OSSF scorecard
* Update node version and dependencies (#2100)toasted-nutbread2022-04-02
| | | | | | | | | * Update packages * Update node version used in CI * Update node packages again using node v16 * Update stylelint-config-recommended
* Revert "Auto update manifest version (#1724)"toasted-nutbread2021-05-31
| | | | This reverts commit e637408b4af41a5c2b74b160fb37438d4e56cccc.
* Auto update manifest version (#1724)toasted-nutbread2021-05-31
| | | | | * Update manifest to auto-fill the version based on most recent git tag * Install git in the CI pipeline
* Html lint (#1336)toasted-nutbread2021-01-30
| | | | | | | | | | | | | | | | | | | | | | | * Move style rules * Fix non-unique IDs * Remove erroneous ids * Add title * Fix invalid closing tag * Install html-validate * Add .htmlvalidate.json * Update HTML and styles * Add test-lint-html * Update test files * Update test-lint-html/css commands to have more explicit targets
* Build fixes (#1273)toasted-nutbread2021-01-18
| | | | | * Move build step to the end of continuous integration * Fix manifest mismatch
* CSS lint (#1201)toasted-nutbread2021-01-03
| | | | | | | | | | | | | * Use single quotes instead of double * Install stylelint * Set up config * Update package/tests * Fix lint issues * Update CSS rules
* Add test-manifest to continuous integration tests (#827)toasted-nutbread2020-09-13
|
* Add some basic unit tests for JSON schemastoasted-nutbread2020-02-17
|
* Update workflow definitiontoasted-nutbread2020-02-16