diff --git a/.github/workflows/al-quran.yml b/.github/workflows/al-quran.yml index d95e54e00..763e8a43c 100644 --- a/.github/workflows/al-quran.yml +++ b/.github/workflows/al-quran.yml @@ -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: