Skip to content

Commit

Permalink
fixup! add ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarin91 committed Dec 4, 2024
1 parent 25f0013 commit 089caa1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/fmt-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '23'
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "23"

- name: Install dev dependencies
run: npm install --only=dev
- name: Install dev dependencies
run: npm install --only=dev

- name: Run format check
run: npm run fmt-check
- name: Run format check
run: npm run fmt-check

0 comments on commit 089caa1

Please sign in to comment.