ci: add pr lint workflow (#21)

Closes #19.
This commit is contained in:
okuuva
2023-04-30 11:18:08 +03:00
committed by GitHub
parent c6acc92785
commit 0c2c857de7
2 changed files with 14 additions and 1 deletions

14
.github/workflows/pr-lint.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -1,4 +1,3 @@
name: PR checks
on:
pull_request:
branches: