summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-20 00:01:59 -0400
committerseth <[email protected]>2023-05-20 00:01:59 -0400
commit4c9e7e5e97e0c5b100a8301649084bb1040c644d (patch)
tree4f52dc3a5a71d0413dd7446a2fd890d9a30aa3c2 /.github
parentb316f63b98d5ba77f0a78f131d0e7de350a1ac80 (diff)
switch to pnpm
Diffstat (limited to '.github')
-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