Skip to content

Merge pull request #651 from socallinuxexpo/rh/1705207741facts #1

Merge pull request #651 from socallinuxexpo/rh/1705207741facts

Merge pull request #651 from socallinuxexpo/rh/1705207741facts #1

---
name: validate-datafiles
on:
pull_request:
push: # This is only run when PRs are merged into master
branches:
- master
workflow_dispatch:
jobs:
validate_datafiles:
name: validate_datafiles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build -L .#checks.x86_64-linux.pytest-facts
- run: nix build -L .#checks.x86_64-linux.perl-switches
- run: nix build -L .#checks.x86_64-linux.openwrt-golden