You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- name: Semantic
-
- on:
- pull_request:
- branches: [ "master" ]
-
- jobs:
- semantic-pull-request:
- name: Semantic check
- runs-on: windows-latest
- steps:
- - name: semantic-pull-request
- uses: amannn/action-semantic-pull-request@v4
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- validateSingleCommit: true
|