Skip to content

ci: add ossf/scorecard github action #318

ci: add ossf/scorecard github action

ci: add ossf/scorecard github action #318

Workflow file for this run

---
name: Shellcheck
on:
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ShellCheck
run: shellcheck .github/*.sh