Skip to content

Commit

Permalink
fix(ci): defer yaml lint since not available currently in repository
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
  • Loading branch information
sandersms committed Mar 11, 2024
1 parent 2d88ead commit 3e193da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- uses: actions/checkout@v4
- uses: azohra/shell-linter@v0.6.0

YAMLlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: docker-compose.yml
config_data: "{extends: default, rules: {line-length: disable}}"
# YAMLlint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ibiqlik/action-yamllint@v3
# with:
# file_or_dir: docker-compose.yml
# config_data: "{extends: default, rules: {line-length: disable}}"

golangci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e193da

Please sign in to comment.