Skip to content

Commit

Permalink
Bump wearerequired/lint-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [wearerequired/lint-action](https://github.com/wearerequired/lint-action) from 1 to 2.
- [Release notes](https://github.com/wearerequired/lint-action/releases)
- [Commits](wearerequired/lint-action@v1...v2)

---
updated-dependencies:
- dependency-name: wearerequired/lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 18, 2022
1 parent 2afe5c9 commit 1727a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: wearerequired/lint-action@v1
- uses: wearerequired/lint-action@v2
with:
eslint: true
eslint_extensions: ts
Expand Down Expand Up @@ -101,6 +101,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: unit tests
uses: paambaati/codeclimate-action@v2.7.5
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit 1727a0b

Please sign in to comment.