Skip to content

Commit

Permalink
Fix warning message in yaml linting
Browse files Browse the repository at this point in the history
This adds a space after a comment to fix a warning in the yaml linting
that was appearing in the Github Workflow log.
  • Loading branch information
JeremyMcCormick committed Dec 1, 2023
1 parent f870e1e commit d1d4a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

# Only do Docker builds of ticket branches and tagged releases.
#if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/tickets/')
# if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/tickets/')

steps:
- name: Check out repo
Expand Down

0 comments on commit d1d4a88

Please sign in to comment.