Skip to content

chore: init the repository #8

chore: init the repository

chore: init the repository #8

Workflow file for this run

name: Semantic PR checks
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
semantic-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true