Fix GitHub linter action

This commit is contained in:
0x1eef 2023-07-25 14:23:51 -03:00
parent dedef4a40e
commit d5279d04db

View file

@ -18,9 +18,9 @@ jobs:
- name: Prepare environment
uses: './.github/actions/prepare-env'
- name: eslint
run: bundle exec rake lint:eslint
run: npm run eslint
- name: rubocop
run: bundle exec rake lint:rubocop
run: bundle exec rake linter:rubocop
prettier:
runs-on: ubuntu-latest
steps:
@ -29,7 +29,7 @@ jobs:
- name: Prepare environment
uses: './.github/actions/prepare-env'
- name: prettier
run: npm exec prettier -- --check src/js/
run: npm run prettier
build:
runs-on: ubuntu-latest
steps: