Skip to content

Commit

Permalink
ci temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Nov 29, 2023
1 parent fb135c8 commit 26bca68
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
run: npm install
- name: Test
run: npm test
formatting:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.15.0]
steps:
- name: Install
run: npm install
- name: Eslint
run: npm lint
- name: Prettier
run: npm run prettier:check
# formatting:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# node-version: [16.15.0]
# steps:
# - name: Install
# run: npm install
# - name: Eslint
# run: npm lint
# - name: Prettier
# run: npm run prettier:check

0 comments on commit 26bca68

Please sign in to comment.