From 3d05c4bff2b446a3a246b8b802e407b9cc1371c6 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 2 Jul 2023 15:46:53 -0400 Subject: ci!: start using garnix --- .github/workflows/lint.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/lint.yaml (limited to '.github/workflows/lint.yaml') diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml deleted file mode 100644 index aab9e34..0000000 --- a/.github/workflows/lint.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: lint project - -on: - workflow_call: - workflow_dispatch: - -jobs: - lint: - runs-on: ubuntu-latest - - strategy: - matrix: - check: [teawiebot, clippy] - - steps: - - uses: actions/checkout@v3 - - - name: setup nix & cachix - uses: ./.github/actions/setup-nix - with: - cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }} - - - name: lint - run: | - nix build -L .#checks.x86_64-linux.${{ matrix.check }} -- cgit v1.2.3