compose-action/.github/workflows/semantic-pull-request.yml
Emilien Escalle 43ee4ae897 ci: upgrade github actions
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-04-02 10:37:31 +02:00

16 lines
266 B
YAML

name: "Pull Request - Semantic Lint"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.13.0