nixos/.gitea/workflows/check.yml
Florian RICHER 29aa7263db
Some checks failed
check / docker (push) Failing after 7s
Try update actions
2024-05-24 17:02:08 +02:00

13 lines
No EOL
249 B
YAML

name: check
on:
push:
branches: [ main ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/cachix/install-nix-action@v27
- run: nix flake check .