Skip to content

fix(update): add missing log location #24

fix(update): add missing log location

fix(update): add missing log location #24

Workflow file for this run

name: shellcheck
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
run-shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error