···3030 run: npm run build
31313232 - name: Run linter
3333- run: npm run eslint
3333+ run: npm run lint
34343535 - name: Run unit tests
3636 run: npm run test
+1-1
CONTRIBUTING.md
···38382. Create your patch or feature
39393. Ensure the builds work by running: `npm run build`
40404. Ensure the tests will pass by running: `npm run test`
4141-5. Ensure the code is formatted by running: `npm run eslint:fix`
4141+5. Ensure the code is formatted by running: `npm run lint:fix`
42426. Commit your changes using a descriptive commit message
43434444After your Pull Request is created, it will automatically be build and tested in GitHub actions. Once successful it will be ready for review.