Skip to content

Update ubuntu Docker tag to v24 #538

Update ubuntu Docker tag to v24

Update ubuntu Docker tag to v24 #538

Workflow file for this run

name: "ShellCheck"
on:
pull_request:
push:
branches:
- '[0-9]+.[0-9]+.x'
- 'refs/pull/*'
tags:
jobs:
shellcheck:
name: "ShellCheck"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Run ShellCheck"
uses: "reviewdog/action-shellcheck@v1"
with:
fail_on_error: true