Files
sysvinit-service-generator/.github/workflows/pr-lint.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 26: cannot unmarshal !!map into []*model.Step
2025-03-07 09:54:10 +02:00

27 lines
466 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint Code Base
env:
MAIN_BRANCH: main
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
contents: read
packages: read
steps:
# https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@main