mirror of
https://github.com/ivuorinen/business-data-fetcher.git
synced 2026-03-17 19:00:44 +00:00
21 lines
463 B
YAML
21 lines
463 B
YAML
---
|
|
name: PR Lint
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [master, main]
|
|
|
|
jobs:
|
|
lint:
|
|
permissions:
|
|
contents: read
|
|
issues: write
|
|
pull-requests: write
|
|
statuses: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
- uses: ivuorinen/actions/pr-lint@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|