From 4c9e7e5e97e0c5b100a8301649084bb1040c644d Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 20 May 2023 00:01:59 -0400 Subject: switch to pnpm --- .github/workflows/format.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3