mirror of
https://github.com/shirou/gopsutil.git
synced 2025-05-14 19:29:16 +08:00

It's important to make sure the SHA's are from the original repositories and not forks. For reference: https://github.com/actions/checkout/releases/tag/v3.5.28e5e7e5ab8
https://github.com/ludeeus/action-shellcheck/releases/tag/2.0.000cae500b0
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
14 lines
346 B
YAML
14 lines
346 B
YAML
on: [push, pull_request]
|
|
name: Shellcheck
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
shellcheck:
|
|
name: Shellcheck
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
|
- name: Run ShellCheck
|
|
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
|