1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-27 04:46:16 +02:00
github.com_the-nix-way_dev-.../.github/workflows/check.yml
2024-04-15 11:50:56 -03:00

15 lines
331 B
YAML

on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: "ubuntu-22.04"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/magic-nix-cache-action@main"
- name: Flake check
run: nix develop --command check