1
0
Fork 0
golang-github-nicholas-fedo.../.github/workflows/pull-request.yaml
Daniel Baumann 6819b9812e
Adding upstream version 0.8.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-29 07:17:59 +02:00

21 lines
312 B
YAML

name: Pull Request
on:
workflow_dispatch: {}
pull_request:
paths-ignore:
- "docs/*"
- ".github/*"
permissions:
contents: read
packages: write
attestations: write
id-token: write
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml