Files
sysvinit-service-generator/.github/workflows/pr-lint.yml
2024-10-09 11:33:32 +03:00

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