Skip to content

Force Eslint version 8.57.0 #66

Force Eslint version 8.57.0

Force Eslint version 8.57.0 #66

Workflow file for this run

name: Run shellcheck
on:
pull_request:
branches: '**'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck
run: |
find $GITHUB_WORKSPACE -type f -and \( -name "*.sh" \) | xargs shellcheck