Skip to content

chore(scripts): Migrate module name from script to scripts #333

chore(scripts): Migrate module name from script to scripts

chore(scripts): Migrate module name from script to scripts #333

Workflow file for this run

name: reviewdog
on:
pull_request:
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ github.token }}
reporter: github-pr-review