chore: add lint-pr action (#9341)

* add lint-pr config
* use default config

Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
This commit is contained in:
Ryan Christoffersen 2021-05-21 10:08:45 -07:00 committed by GitHub
parent 7c70ca555e
commit 45265b1ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,16 @@
name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}