Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manzil-infinity180 committed Aug 4, 2024
1 parent a3e861c commit d50623f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/xf_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Jest Testing
on: push

jobs:
jest:
name: 'Jest testing'
Expand All @@ -13,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '20.x'
- name: Install Dependencies
run: npm install
- name: 'start testing'
Expand All @@ -27,9 +26,9 @@ jobs:
path: ./coverage

js-lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-22.04
defaults:
run:
run:
working-directory: ./backend
steps:
- uses: actions/checkout@v4
Expand All @@ -40,7 +39,7 @@ jobs:
run: npm install
- name: Run Eslint
run: npm run eslint

yaml-lint:
name: YAML Lint
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d50623f

Please sign in to comment.