2024-05-24 16:55:50 +02:00
|
|
|
name: check
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ main ]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
docker:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-05-24 16:59:50 +02:00
|
|
|
- uses: https://github.com/actions/checkout@v4
|
2024-05-24 17:02:08 +02:00
|
|
|
- uses: https://github.com/cachix/install-nix-action@v27
|
2024-05-24 16:55:50 +02:00
|
|
|
- run: nix flake check .
|