Skip to content

Bump ossf/scorecard-action from 2.4.1 to 2.4.2 #647

Bump ossf/scorecard-action from 2.4.1 to 2.4.2

Bump ossf/scorecard-action from 2.4.1 to 2.4.2 #647

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt update && sudo apt install --assume-yes shellcheck
- name: Run shellcheck
run: find . -name \*.sh | xargs shellcheck --severity=warning