Skip to content

Commit

Permalink
action: lint is mandatory but doc changes don't need it (elastic#10564)
Browse files Browse the repository at this point in the history
(cherry picked from commit d362412)
  • Loading branch information
v1v committed Mar 30, 2023
1 parent 06ecefd commit a1664f0
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 a1664f0

Please sign in to comment.