Files
nvm-auto-use/.github/workflows/pr-lint.yml
2025-02-05 14:31:31 +02:00

16 lines
230 B
YAML

---
name: PR Lint
on:
push:
branches-ignore: [master, main]
pull_request:
branches: [master, main]
jobs:
Linter:
name: PR Lint
runs-on: ubuntu-latest
steps:
- uses: ivuorinen/actions/pr-lint@main