mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-02-04 18:45:00 +00:00
Initial commit
This commit is contained in:
18
.github/workflows/pr-lint.yml
vendored
Normal file
18
.github/workflows/pr-lint.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: PR Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [master, main]
|
||||
# Remove the line above to run when pushing to master
|
||||
pull_request:
|
||||
branches: [master, main]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: read
|
||||
statuses: write
|
||||
|
||||
jobs:
|
||||
SuperLinter:
|
||||
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main
|
||||
Reference in New Issue
Block a user