Skip to content

Remove Apache licence and add licence section to readme. #7

Remove Apache licence and add licence section to readme.

Remove Apache licence and add licence section to readme. #7

Workflow file for this run

name: Quality
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Nix Format Check
run: nix fmt -- . --check
- name: Nix Syntax Check
run: nix flake check