Skip to content

add info on how to get the commits and channel names to use (#1080) #839

add info on how to get the commits and channel names to use (#1080)

add info on how to get the commits and channel names to use (#1080) #839

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@v26
- name: Vale
run: nix-shell --run "vale maintainers source"