Skip to content

Commit

Permalink
fix: actions indent
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jan 20, 2024
1 parent 1acc68f commit 8d06ff7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
node-version: [lts/*, latest]
steps:
- uses: actions/checkout@v3
- uses: biomejs/setup-biome@v2
with:
version: latest
- run: biome ci .
- uses: biomejs/setup-biome@v2
with:
version: latest
- run: biome ci .
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8d06ff7

Please sign in to comment.