Skip to content

change shorted links (#2505) #14941

change shorted links (#2505)

change shorted links (#2505) #14941

on:
push:
branches-ignore:
- 'autocommit'
name: 'check-code-with-shellcheck'
jobs:
shellcheck:
name: Github Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
env:
SHELLCHECK_OPTS: -e SC2059 -e SC2034