release(discord/bot): pin to 322898034e8518b238a9456eb472ddbb37be9a63
#205
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Bash CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
shellcheck: | |
name: ShellCheck | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
- name: Run ShellCheck | |
uses: ludeeus/action-shellcheck@master | |
env: | |
SHELLCHECK_OPTS: -e SC2028 |