Skip to content

Commit

Permalink
Disable shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Oct 31, 2024
1 parent 59f1822 commit e26d0a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ repos:
rev: v1.7.3
hooks:
- id: actionlint
# Disable because of false-positive SC2046
args: ["-shellcheck="]
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
create-args: >-
anaconda-client
python=3.11
- run: anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user scipp --label main "$(ls conda-package-noarch/*.tar.bz2)"
- run: anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user scipp --label main $(ls conda-package-noarch/*.tar.bz2)

docs:
needs: [upload_conda, upload_pypi]
Expand Down
2 changes: 2 additions & 0 deletions template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ repos:
rev: v1.7.3
hooks:
- id: actionlint
# Disable because of false-positive SC2046
args: ["-shellcheck="]

0 comments on commit e26d0a4

Please sign in to comment.