Skip to content

Commit

Permalink
chore: run format
Browse files Browse the repository at this point in the history
  • Loading branch information
halvaradop committed Sep 24, 2024
1 parent ad81142 commit ef9f28e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci

on:
pull_request:
pull_request:
branches:
- master
types: [opened, synchronize, closed]
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: "18.x"

- uses: pnpm/action-setup@v4
- run: pnpm install
Expand All @@ -36,4 +36,4 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v4
- run: echo "Deploying to production"
- run: echo "Deploying to production"

0 comments on commit ef9f28e

Please sign in to comment.