Skip to content

refactor(config): optimize config template #233

refactor(config): optimize config template

refactor(config): optimize config template #233

Workflow file for this run

name: ShellCheck
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master