Skip to content

Correct spelling errors in comments #136

Correct spelling errors in comments

Correct spelling errors in comments #136

Workflow file for this run

name: default
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix develop .#ci -c make test