Skip to content

Commit

Permalink
chore: remove shellcheck for config dir
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 21, 2024
1 parent 116ddb4 commit 1b7a393
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/ShellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,40 +52,3 @@ jobs:
run: |
echo "## Shellcheck succeeded :tada:" >> $GITHUB_STEP_SUMMARY
echo "Well done .. :white_check_mark:" >> $GITHUB_STEP_SUMMARY
# lint_configs:
# name: Shellcheck (configs)
# runs-on: ubuntu-latest
# steps:
# - name: Fetch Repository
# uses: actions/checkout@v3

# - name: Get configs
# id: configs
# run: |
# SCANFILES="$(find ${{ github.workspace }}/config -type f -printf "%f\n" | uniq | tr '\n' ' ')"
# echo "additional=${SCANFILES}" >> $GITHUB_OUTPUT

# - name: Run ShellCheck
# id: sc-configs
# uses: ludeeus/action-shellcheck@master
# env:
# SHELLCHECK_OPTS: -ax -s bash
# with:
# scandir: "./config"
# additional_files: "${{ steps.configs.outputs.additional }}"
# format: tty

# - name: Failure Summary
# if: failure()
# run: |
# echo "## Shellcheck failed! :no_entry:" >> $GITHUB_STEP_SUMMARY
# echo "_Please check Annotations for details ..._ :point_up:" >> $GITHUB_STEP_SUMMARY
# echo "" >> $GITHUB_STEP_SUMMARY
# echo "These Errors have to be corrected, before the changes can be accepted :exclamation:" >> $GITHUB_STEP_SUMMARY

# - name: Success Summary
# if: success()
# run: |
# echo "## Shellcheck succeeded :tada:" >> $GITHUB_STEP_SUMMARY
# echo "Well done .. :white_check_mark:" >> $GITHUB_STEP_SUMMARY

0 comments on commit 1b7a393

Please sign in to comment.