From 5aa2e6c0c6e4c73d93307e9f70803237006afb28 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 20 Dec 2023 20:27:18 -0500 Subject: go back to lume --- .github/workflows/format.yaml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/format.yaml (limited to '.github/workflows/format.yaml') diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml deleted file mode 100644 index d4849eb..0000000 --- a/.github/workflows/format.yaml +++ /dev/null @@ -1,35 +0,0 @@ -name: format - -on: - push: - branches: [main] - workflow_dispatch: - -permissions: - contents: write - -jobs: - format: - runs-on: ubuntu-latest - - steps: - - name: checkout repository - uses: actions/checkout@v3 - - - name: install Nix - uses: cachix/install-nix-action@v20 - - - uses: cachix/cachix-action@v12 - with: - name: getchoo - authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - - - name: format - run: | - nix develop --command bash -c "pnpm install && pnpm format" - - - name: add and commit - uses: EndBug/add-and-commit@v9 - with: - default_author: github_actions - message: "chore: format with prettier" -- cgit v1.2.3