Skip to content

Commit

Permalink
Update xf_ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
manzil-infinity180 authored Aug 4, 2024
1 parent 50db1ff commit 5346a70
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/xf_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ jobs:
run: npm install
- name: 'start testing'
run: npm run test
- name: Run eslint
run: npm run eslint
env:
DOTENV_KEY: ${{ secrets.DOTENV_KEY }}
- name: Jest code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: ./coverage/Icon-report
path: ./coverage

js-lint:
runs-on: ubuntu-22.04
Expand All @@ -38,17 +36,18 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- name: Install Dependencies
run: npm install
- name: Run Eslint
- run: npm run eslint

run: npm run eslint
yaml-lint:
name: yaml-lint
name: YAML Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: install yamllint
run: sudo apt-get install -y yamllint
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: yamllint .

0 comments on commit 5346a70

Please sign in to comment.