diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml new file mode 100644 index 0000000..6a2a412 --- /dev/null +++ b/.github/workflows/lint-pr.yml @@ -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/action-semantic-pull-request@v3.1.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 7afd1b0..e616a81 100644 --- a/package.json +++ b/package.json @@ -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",