Skip to content

Commit

Permalink
feat: revert and change name
Browse files Browse the repository at this point in the history
  • Loading branch information
markonikolas committed Sep 16, 2024
1 parent 06f2adf commit a723b28
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: push
jobs:
setup:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -11,10 +11,5 @@ jobs:
cache: 'npm'
- name: Install modules
run: yarn
lint:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ESLint
run: npm run lint

0 comments on commit a723b28

Please sign in to comment.