feat: compile LaTeX paper to PDF + fix rendering issues #4
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: Install Command Guardrails | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - 'README.md' | |
| - 'scripts/install.sh' | |
| - 'scripts/check-install-commands.sh' | |
| - '.github/workflows/install-command-guardrails.yml' | |
| pull_request: | |
| paths: | |
| - 'README.md' | |
| - 'scripts/install.sh' | |
| - 'scripts/check-install-commands.sh' | |
| - '.github/workflows/install-command-guardrails.yml' | |
| jobs: | |
| check: | |
| name: Install Command Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run install command guardrail | |
| run: bash scripts/check-install-commands.sh |