Skip to content

Commit

Permalink
Merge pull request #9 from teamplanes/feature/lint-pr
Browse files Browse the repository at this point in the history
ci: add pr linter
  • Loading branch information
kirkness authored Feb 21, 2021
2 parents 031b584 + 3c6d8ad commit 41ac3f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Lint PR"

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

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bin": {
"cdkw": "lib/cli.js"
},
"version": "0.0.16-next.11",
"version": "0.0.17-next.11",
"scripts": {
"type-check": "tsc -p tsconfig.json --noEmit",
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 41ac3f2

Please sign in to comment.