Skip to content

add a workflow that updates the wg major version regularly #15718

add a workflow that updates the wg major version regularly

add a workflow that updates the wg major version regularly #15718

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