Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/tools/github.com/revie…
Browse files Browse the repository at this point in the history
…wdog/reviewdog-0.18.0
  • Loading branch information
ademidoff authored Jun 19, 2024
2 parents 9700067 + 25bb8ab commit 1b259c5
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push to registries
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./devcontainer.Dockerfile
push: true
Expand Down
102 changes: 51 additions & 51 deletions cli-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@types/promise-retry": "^1.1.3",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "8.56",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand Down

0 comments on commit 1b259c5

Please sign in to comment.