summaryrefslogtreecommitdiff
path: root/.github/workflows/check.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check.yaml')
-rw-r--r--.github/workflows/check.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
deleted file mode 100644
index e8f354f..0000000
--- a/.github/workflows/check.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: run checks
-
-on:
- push:
- branches:
- - main
- pull_request:
- workflow_dispatch:
-
-
-jobs:
- build:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v4
- - uses: DeterminateSystems/nix-installer-action@main
- - uses: DeterminateSystems/magic-nix-cache-action@main
-
- - name: stylua
- run:
- nix build -L .#checks.x86_64-linux.stylua
-
- - name: flake check
- run: nix flake check --accept-flake-config