tests: Relax rate limit check for group rate limiter #1
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: Shell scripts check | |
on: | |
pull_request: | |
merge_group: | |
push: | |
branches: | |
- main | |
jobs: | |
sh-checker: | |
name: Check shell scripts | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run the shell script checkers | |
uses: luizm/action-sh-checker@master | |
env: | |
SHFMT_OPTS: -i 4 -d | |
SHELLCHECK_OPTS: -x --source-path scripts |