Files
sysvinit-service-generator/.github/workflows/pr-lint.yml
2024-09-30 21:51:58 +03:00

19 lines
317 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:
# https://github.com/ivuorinen/ivuorinen/.github/workflows/pr-lint.yml
uses: ivuorinen/ivuorinen/.github/workflows/pr-lint.yml@main