Skip to content

[Feature] Update litdoc file to take a file path #8

[Feature] Update litdoc file to take a file path

[Feature] Update litdoc file to take a file path #8

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v17
with:
name: litdoc
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix develop --ignore-environment --command make fmt-check
- run: nix develop --ignore-environment --command make vet
- run: nix develop --ignore-environment --command make test