ShellCheck CI triggered from @amsanghi of custom_parent_chain_config #5819
This file contains hidden or 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: ShellCheck CI | |
run-name: ShellCheck CI triggered from @${{ github.actor }} of ${{ github.head_ref }} | |
on: | |
workflow_dispatch: | |
merge_group: | |
pull_request: | |
push: | |
branches: [master, main] | |
jobs: | |
shellcheck: | |
name: Run ShellCheck | |
runs-on: ubuntu-4 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v5 | |
- name: Run ShellCheck | |
uses: ludeeus/action-shellcheck@master | |
with: | |
ignore_paths: >- | |
./fastcache/** | |
./contracts/** | |
./safe-smart-account/** | |
./go-ethereum/** | |
./nitro-testnode/** | |
./brotli/** | |
./arbitrator/** |