Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Aug 5, 2024
1 parent 77be26b commit 7e6dbea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v4
with:
cache: "pnpm"
cache: 'pnpm'
- run: pnpm install
- run: pnpm run test
audit:
Expand All @@ -24,7 +24,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v4
with:
cache: "pnpm"
cache: 'pnpm'
- run: pnpm install
- run: pnpm audit
outdated:
Expand All @@ -36,7 +36,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v4
with:
cache: "pnpm"
cache: 'pnpm'
- run: pnpm install
- id: outdated
run: |
Expand All @@ -48,8 +48,8 @@ jobs:
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: "github-actions[bot]"
body-includes: "Outdated dependencies"
comment-author: 'github-actions[bot]'
body-includes: 'Outdated dependencies'
- uses: peter-evans/create-or-update-comment@v2
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Use Node.js 16.15.0
uses: actions/setup-node@v4
with:
cache: "pnpm"
cache: 'pnpm'
- run: pnpm install
- run: pnpm dlx depcheck
lint:
Expand All @@ -78,7 +78,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v2
with:
cache: "pnpm"
cache: 'pnpm'
- run: pnpm install
- run: pnpm run lint
prettier:
Expand All @@ -90,5 +90,5 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v2
with:
cache: "pnpm"
cache: 'pnpm'
- run: pnpm dlx prettier --check .

0 comments on commit 7e6dbea

Please sign in to comment.