Fix github lint action
This commit is contained in:
parent
af5ecfef66
commit
2f7b9fa93a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/al-quran.yml
vendored
6
.github/workflows/al-quran.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
linter:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone
|
||||
|
@ -15,9 +15,9 @@ jobs:
|
|||
- name: Prepare environment
|
||||
uses: './.github/actions/prepare-env'
|
||||
- name: eslint
|
||||
run: ruby -S rake linter:typescript
|
||||
run: ruby -S rake lint:eslint
|
||||
- name: rubocop
|
||||
run: ruby -S rake linter:ruby
|
||||
run: ruby -S rake lint:rubocop
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue