Skip to content

Commit

Permalink
Temporarily disable validating dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Nov 29, 2023
1 parent 9a57cec commit 352f512
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,12 @@ jobs:
with:
level: warning
fail_on_error: false
# This gives an error when run on PRs from external repositories, so we skip it.
- name: validate-dependabot
# If this is a PR, check that the PR source is a local branch. Always runs on non-PRs.
if: ${{ !startsWith(github.event_name, 'pull') || !github.event.pull_request.head.repo.fork }}
uses: marocchino/validate-dependabot@v2.1.0
# This is failing with a JSON schema error, see #8028 for details.
#- name: validate-dependabot
# # This gives an error when run on PRs from external repositories, so we skip it.
# # If this is a PR, check that the PR source is a local branch. Always runs on non-PRs.
# if: ${{ !startsWith(github.event_name, 'pull') || !github.event.pull_request.head.repo.fork }}
# uses: marocchino/validate-dependabot@v2.1.0

codespell:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 352f512

Please sign in to comment.