Skip to content

Commit

Permalink
action: lint is mandatory but doc changes don't need it (#10564)
Browse files Browse the repository at this point in the history
(cherry picked from commit d362412)
  • Loading branch information
v1v authored and mergify[bot] committed Mar 30, 2023
1 parent 62e3f5d commit cff99f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No tests required to run"'

lint:
runs-on: ubuntu-latest
steps:
- run: 'echo "No lint required to run"'

0 comments on commit cff99f2

Please sign in to comment.