diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d98c4845..51137cf7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,8 @@ jobs: - name: Install and Test run: | yarn install --frozen-lockfile - yarn lint + yarn lint:check + yarn lint:format:check yarn test - name: Uploade CodeCov Report diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 756e1b52..c5f7e131 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ When contributing to this repository, please first discuss the change you wish t 2. Ensure your change passes all of the integration tests. 3. Make sure you update the README if you've made a change that requires documentation. 4. When making a pull request, highlight any areas that may cause a breaking change so the maintainer can update the version number accordingly on the GitHub marketplace and package registries. -5. Make sure you've formatted and linted your code. You can do this by running `yarn format` and `yarn lint`. +5. Make sure you've linted and formatted your code. You can do this by running `yarn lint` and `yarn lint:format`. 6. Fix or add any tests where applicable. You can run `yarn test` to run the suite. As this action is small in scope it's important that a high level of test coverage is maintained. All tests are written using [Jest](https://jestjs.io/). 7. As this package is written in [TypeScript](https://www.typescriptlang.org/) please ensure all typing is accurate and the action compiles correctly by running `yarn build`. diff --git a/integration/index.html b/integration/index.html index 024fc79a..d427f0c9 100644 --- a/integration/index.html +++ b/integration/index.html @@ -1,12 +1,13 @@ - + Integration Test