mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-01-26 11:14:01 +00:00
25 lines
485 B
YAML
25 lines
485 B
YAML
---
|
|
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
|
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
|
|
permissions:
|
|
contents: read
|
|
packages: read
|
|
statuses: write
|
|
|