Skip to content

Update go feature test scenario from ubuntu:focal to ubuntu:noble #3424

Update go feature test scenario from ubuntu:focal to ubuntu:noble

Update go feature test scenario from ubuntu:focal to ubuntu:noble #3424

name: "CI - Shell Script Linter"
on:
push:
branches:
- main
pull_request:
jobs:
shellchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Shell Linter
uses: azohra/shell-linter@v0.8.0
with:
path: "src/**/*.sh"
severity: "error" # [style, info, warning, error]
env:
SHELLCHECK_OPTS: -e SC2072 # Acceptable use of decimal comparison