Compare commits

..

1 commit

Author SHA1 Message Date
Kristjan ESPERANTO
3a6f12187d
Merge 813015dc86 into 6b67a77823 2025-03-02 16:58:51 +00:00

View file

@ -6,7 +6,7 @@ env:
npm_config_cache: /tmp/npm-cache
jobs:
lint-and-spellcheck:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
@ -18,11 +18,7 @@ jobs:
node-version: 'lts/*'
- run: npm install
- name: Run lint check
run: npm run lint
- name: Run spell check
run: npm run test-spelling
- run: npm run lint
unit-tests:
runs-on: ubuntu-latest