name: Continuous Integration on: push: workflow_dispatch: jobs: check: name: Lint, Check & Test runs-on: nix steps: - name: Check out Repository uses: https://git.konstantinfickel.de/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6 - run: nix --version - run: nix flake check build: name: Build Package runs-on: nix steps: - name: Check out Repository uses: https://git.konstantinfickel.de/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6 - run: nix build