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