Skip to content

fix: Add squid branch in builds #129

fix: Add squid branch in builds

fix: Add squid branch in builds #129

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: shellcheck review comment
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
exclude: "./.git/*"