Skip to content

Bump log from 0.4.21 to 0.4.22 #1754

Bump log from 0.4.21 to 0.4.22

Bump log from 0.4.21 to 0.4.22 #1754

Workflow file for this run

name: Run Shellcheck
"on":
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2148