Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Feb 26, 2024
1 parent e45b6cc commit d125091
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
pull_request:
branches:
- main
# paths:
# - "**/*.sh"
# - ".github/workflows/*.yml"
# - "Dockerfile"

jobs:
check:
Expand All @@ -27,16 +23,6 @@ jobs:
with:
fetch-depth: 0

# - name: Run ShellCheck 🐚
# uses: ludeeus/action-shellcheck@master
# env:
# SHELLCHECK_OPTS: -e SC2086

# - name: Lint Dockerfile 🐋
# uses: hadolint/hadolint-action@master
# with:
# dockerfile: Dockerfile

- name: Super-linter
uses: super-linter/super-linter/slim@v6
env:
Expand All @@ -47,5 +33,4 @@ jobs:
VALIDATE_BASH: true
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_MARKDOWN: true
# LOG_LEVEL: WARN
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d125091

Please sign in to comment.