Skip to content

Introduce collect_psi.sh #6

Introduce collect_psi.sh

Introduce collect_psi.sh #6

Workflow file for this run

name: lint
on: [push]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master