Skip to content

Update trigger-9.yml #144

Update trigger-9.yml

Update trigger-9.yml #144

Workflow file for this run

# ---
# name: Lint
# on:
# pull_request:
# branches:
# - "*"
# jobs:
# shellcheck:
# name: "🔭 Shellcheck"
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v3
# - name: Run ShellCheck
# uses: ludeeus/action-shellcheck@master
# env:
# SHELLCHECK_OPTS: -e SC1091 -e SC2002 -e SC2317
# yamllint:
# name: "🔬 yamlint"
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v3
# - name: Run yamllint
# uses: ibiqlik/action-yamllint@v3
# with:
# config_file: .lintconfig.yml