dotfiles/.github/workflows/check.yml
dependabot[bot] ca1f147a3b
build(deps): bump cachix/install-nix-action from 21 to 22 (#4)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 23:18:02 +02:00

18 lines
448 B
YAML

on:
push:
paths:
- "**.nix"
- "**.lock"
- ".github/workflows/check.yml"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check --show-trace --accept-flake-config
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json