mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-02-04 03:47:09 +00:00
19 lines
317 B
YAML
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
|
|
|