zephyr-nix/.github/workflows/ci.yml

23 lines
434 B
YAML
Raw Normal View History

2024-02-08 23:35:43 +00:00
name: Nix actions
on:
pull_request:
push:
branches:
- master
- main
jobs:
nix-flake-check:
2024-02-08 23:40:53 +00:00
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
2024-02-08 23:35:43 +00:00
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run checks
run: nix flake check -L