mirror of
https://github.com/ivuorinen/nvm-auto-use.git
synced 2026-02-03 20:45:53 +00:00
16 lines
230 B
YAML
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
|