Skip to content

Commit

Permalink
fix: add yaml lint in reuable workflow (abcxyz#39)
Browse files Browse the repository at this point in the history
closes abcxyz#38
  • Loading branch information
sqin2019 authored and verbanicm committed Jun 9, 2023
1 parent 992b78a commit c9b62d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ on:
required: false

jobs:
yaml_lint:
uses: 'abcxyz/pkg/.github/workflows/yaml-lint.yml@0d3628b4e36a87f4dae37b6a779c46d0995d9af6' # ratchet:exclude

validate:
runs-on: 'ubuntu-latest'
name: 'Validate Request'
Expand Down

0 comments on commit c9b62d4

Please sign in to comment.