Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Refactor update_config.py to write missing sections and options from … #1465

Refactor update_config.py to write missing sections and options from …

Refactor update_config.py to write missing sections and options from … #1465

Workflow file for this run

on:
push:
pull_request:
workflow_dispatch:
name: ShellCheck
jobs:
ShellCheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2154 -e SC2034
with:
check_together: 'yes'
format: gcc