Skip to content

Commit

Permalink
ci: add PR lint action for semantic naming (#1)
Browse files Browse the repository at this point in the history
* ci: add PR lint action for semantic naming

* ci: update semantic pull request action version

* ci: change to use target branch semantic lint rules
  • Loading branch information
m-radzikowski authored Mar 6, 2021
1 parent f403d69 commit 20b8d96
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
lint_pr:
name: Lint PR
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true

0 comments on commit 20b8d96

Please sign in to comment.