Skip to content

tool: Use rust-checks as a library rather than programs #421

tool: Use rust-checks as a library rather than programs

tool: Use rust-checks as a library rather than programs #421

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Run tests
run: nix shell -c ./run-tests.py