Skip to content

Merge pull request #25 from vulnerability-lookup/codex/fix-ndjson-par… #40

Merge pull request #25 from vulnerability-lookup/codex/fix-ndjson-par…

Merge pull request #25 from vulnerability-lookup/codex/fix-ndjson-par… #40

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck for shell scripts
uses: ludeeus/action-shellcheck@master
with:
severity: style
scandir: .
format: gcc
version: stable