Skip to content

Update base image to use Python 3.13 #653

Update base image to use Python 3.13

Update base image to use Python 3.13 #653

Workflow file for this run

name: 'Shellcheck'
on:
push:
branch:
- master
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash