Skip to content

Commit

Permalink
Fixed symlinks in action-shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Root-Core committed Oct 18, 2024
1 parent 8188bc1 commit 09fa421
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:
# FIXME: problem matcher is currently disabled upstream, using a fork for the moment
# https://github.com/ludeeus/action-shellcheck/pull/103
# FIXME: symlinks don't work upstream
# https://github.com/ludeeus/action-shellcheck/pull/104
- name: Run ShellCheck
uses: Root-Core/action-shellcheck@master
uses: Root-Core/action-shellcheck@fork
with:
format: gcc # gcc is used for the problem matcher
additional_files: winetricks # by default, only files with according extensions are checked
ignore_paths: subprojects # prevent ShellCheck from checking unrelated files
ignore_symlinks: false # winetricks is symlinked

# Ruff uses ruff.toml for it's configuration
- name: Lint with Ruff
Expand Down

0 comments on commit 09fa421

Please sign in to comment.