Skip to content

tools: update build tool to support latest ubuntu 24.04 #172

tools: update build tool to support latest ubuntu 24.04

tools: update build tool to support latest ubuntu 24.04 #172

Workflow file for this run

name: Shell Code Scan
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codescan:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master