mirror of
https://github.com/ivuorinen/nvm-auto-use.git
synced 2026-01-26 03:24:06 +00:00
Update pr-lint.yml
This commit is contained in:
13
.github/workflows/pr-lint.yml
vendored
13
.github/workflows/pr-lint.yml
vendored
@@ -4,15 +4,12 @@ name: PR Lint
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore: [master, main]
|
branches-ignore: [master, main]
|
||||||
# Remove the line above to run when pushing to master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
statuses: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
SuperLinter:
|
Linter:
|
||||||
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main
|
name: PR Lint
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: ivuorinen/actions/pr-lint@main
|
||||||
|
|||||||
Reference in New Issue
Block a user