summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r--.github/workflows/format.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index d1589a0..78b6ef1 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -1,10 +1,9 @@
name: format
on:
- pull_request:
- branches: [main]
push:
branches: [main]
+ workflow_dispatch:
jobs:
format:
@@ -24,7 +23,7 @@ jobs:
- name: format
run: |
- nix develop --command bash -c "yarn format"
+ nix develop --command bash -c "pnpm format"
- name: add and commit
uses: EndBug/add-and-commit@v9