summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint.yaml')
-rw-r--r--.github/workflows/lint.yaml25
1 files changed, 0 insertions, 25 deletions
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 }}