Skip to content

Sort image list

Sort image list #5

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- "main"
jobs:
shellcheck:
name: "Shellcheck"
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- name: "Run ShellCheck"
uses: "ludeeus/action-shellcheck@master"