Skip to content

[WIP] - simplifying perl tests #7

[WIP] - simplifying perl tests

[WIP] - simplifying perl tests #7

---
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.pytest-facts
- run: nix build -L .#checks.perl-switches