distributed-builds: use system user and fix shell command #1071
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Prose lint checks | |
| on: | |
| push: | |
| branches: | |
| - master | |
| merge_group: | |
| pull_request: | |
| jobs: | |
| vale: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: cachix/install-nix-action@v31 | |
| - name: Vale | |
| run: nix-shell --run "vale maintainers source" |