Skip to content

Initial commit

Initial commit #2

Workflow file for this run

on:
pull_request:
branched: [main]
push:
branches: [main]
jobs:
lints:
name: Nix checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
diagnostic-endpoint: ""
- name: Nix caching
uses: DeterminateSystems/magic-nix-cache-action@main
with:
diagnostic-endpoint: ""
- name: Build Codecov report
run: nix build -L .#checks.x86_64-linux.systemd-credsubst-codecov
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./result
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run Nix checks
run: nix flake check -L