1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 18:00:59 +01:00
nixvim/.github/workflows/check.yml
2023-02-20 16:27:05 +00:00

15 lines
355 B
YAML

name: Run checks on code
on: [push, pull_request]
jobs:
check:
name: Check that the module is valid
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check
- run: nix fmt -- -c .