Skip to content

Enable usage of GHA environment-files commands (#90) #228

Enable usage of GHA environment-files commands (#90)

Enable usage of GHA environment-files commands (#90) #228

Workflow file for this run

name: reviewdog
on:
push:
branches:
- master
- v1
pull_request:
branches:
- "**"
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
path: "."
pattern: "*.sh"
exclude: "./.git/*"
level: warning