Skip to content

Commit

Permalink
fix(ci): cleanup integration checks for 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 3576c78 commit 2d88ead
Show file tree
Hide file tree
Showing 187 changed files with 8 additions and 137,586 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
# with:
# args: './*.md'

docker-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
recursive: true
ignore: DL3018
# docker-lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: hadolint/hadolint-action@v3.1.0
# with:
# recursive: true
# ignore: DL3018

shellcheck:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 2d88ead

Please sign in to comment.