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