Skip to content

docs: cosmetic changes #7

docs: cosmetic changes

docs: cosmetic changes #7

Workflow file for this run

name: "CI checks"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./lint.sh
- run: ./tests.sh