Skip to content

ci: align validation with Fluent Bit consumers #154

ci: align validation with Fluent Bit consumers

ci: align validation with Fluent Bit consumers #154

Workflow file for this run

name: Lint PRs
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
name: Shellcheck
permissions:
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: ludeeus/action-shellcheck@00b27aa7cb85167568cb48a3838b75f4265f2bca
with:
ignore_paths: lib
actionlint:
runs-on: ubuntu-latest
name: Actionlint
permissions:
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl -fsSL https://raw.githubusercontent.com/rhysd/actionlint/a443f344ff32813837fa49f7aa6cbc478d770e62/scripts/download-actionlint.bash) 1.7.9
./actionlint -color -shellcheck=
shell: bash