dotfiles/.github/workflows/check.yml
dependabot[bot] 6c6e3d36f8
build(deps): bump cachix/install-nix-action from 20 to 21 (#3)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 18:16:32 +02:00

18 lines
426 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@v21
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check --show-trace
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json