Skip to content

Commit

Permalink
fix: spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz authored and marco-ippolito committed Aug 2, 2024
1 parent e422acf commit 469b964
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
name: Code Quality
needs: commit-lint
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Setup Biome CLI
uses: biomejs/setup-biome@v2

- name: Run Biome
run: biome ci

Expand All @@ -55,7 +56,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}.x

- run: npm install
- run: npm run build
- run: npm test

0 comments on commit 469b964

Please sign in to comment.