Skip to content

Commit

Permalink
github-workflows: run flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed Nov 5, 2024
1 parent 7e39d65 commit 5af1159
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Tests
on:
push:
pull_request:

jobs:
build:
name: Flake Check

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@ab6bcb2d5af0e904d04aea750e2089e9dc4cbfdd
with:
diagnostic-endpoint: ""
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"

- uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738
with:
diagnostic-endpoint: ""

- run: nix flake check --log-format raw-with-logs -L

env:
FORCE_COLOR: 1

0 comments on commit 5af1159

Please sign in to comment.