mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-01-26 11:33:59 +00:00
23 lines
398 B
YAML
23 lines
398 B
YAML
---
|
|
name: Lint Code Base
|
|
|
|
env:
|
|
MAIN_BRANCH: main
|
|
on:
|
|
push:
|
|
branches: [master, main]
|
|
pull_request:
|
|
branches: [master, main]
|
|
|
|
permissions: read-all
|
|
|
|
jobs:
|
|
build:
|
|
permissions:
|
|
statuses: write
|
|
contents: read
|
|
packages: read
|
|
# https://github.com/ivuorinen/ivuorinen/.github/workflows/pr-lint.yml
|
|
uses: ivuorinen/ivuorinen/.github/workflows/pr-lint.yml@main
|
|
|