compose-action/.github/workflows/semantic-pull-request.yml
Emilien Escalle 0a6ea0e8cd feat: migrate to node20 and typescritp
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-29 23:15:24 +01:00

13 lines
235 B
YAML

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