Skip to content

note how to find package parameters #140

note how to find package parameters

note how to find package parameters #140

Workflow file for this run

name: Prose lint checks
on:
pull_request:
push:
jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- name: Vale
run: nix-shell --run "vale maintainers source"