Skip to content

docs: Update README.md to include instructions for NixOS and Nix. #673

docs: Update README.md to include instructions for NixOS and Nix.

docs: Update README.md to include instructions for NixOS and Nix. #673

Workflow file for this run

name: "semantic pr title"
on:
pull_request:
types: [opened, edited, ready_for_review, synchronize]
permissions:
pull-requests: read
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}