constellation/.github/workflows/test-shellcheck.yml

29 lines
606 B
YAML
Raw Normal View History

name: Shellcheck
on:
2022-10-12 04:50:06 -04:00
workflow_dispatch:
push:
branches:
- main
- "release/**"
2022-09-03 11:47:47 -04:00
paths:
- "**.sh"
pull_request:
2022-09-03 11:47:47 -04:00
paths:
- "**.sh"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
with:
ref: ${{ github.head_ref }}
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba # master
with:
severity: error
2022-08-12 04:20:19 -04:00
ignore_paths: charts/cilium