Skip to content

Commit

Permalink
edited check.ymp
Browse files Browse the repository at this point in the history
  • Loading branch information
amirymax committed Mar 14, 2024
1 parent 0dd1e20 commit e9cdd83
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,21 @@ on:
push:
branches:
- dev
pull_request:
branches:
- dev

jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: '20'
node-version: 20.11.0

- name: Install dependencies
run: npm install

- name: Run ESLint
run: npm run eslint
run: npm run lint

0 comments on commit e9cdd83

Please sign in to comment.