Skip to content

fix: apply Memory-strict gitignore rules and canonical README format #2

fix: apply Memory-strict gitignore rules and canonical README format

fix: apply Memory-strict gitignore rules and canonical README format #2

Workflow file for this run

name: Install Command Guardrails
on:
push:
paths:
- 'scripts/install.sh'
- 'README.md'
- 'INSTALL.md'
- 'scripts/check-install-commands.sh'
pull_request:
paths:
- 'scripts/install.sh'
- 'README.md'
- 'INSTALL.md'
- 'scripts/check-install-commands.sh'
jobs:
install-guardrails:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run install command checks
run: bash scripts/check-install-commands.sh