Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sir-Thom <[email protected]>
  • Loading branch information
Sir-Thom authored Dec 15, 2023
1 parent a8e67c9 commit 784cdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache: 'npm'
- run: npm install
- run: npm format
- run: npm run format



0 comments on commit 784cdca

Please sign in to comment.