Skip to content

Added cache, linter, statix and tests. Uncommented "Create compare … #25

Added cache, linter, statix and tests. Uncommented "Create compare …

Added cache, linter, statix and tests. Uncommented "Create compare … #25

Workflow file for this run

name: CI
on:
push:
branches: [main, testing]
pull_request:
branches: [main, testing]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- name: Run Tests
run: nix flake check