Skip to content

more comments

more comments #2

Workflow file for this run

name: "CI"
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: CI/CD Test
# https://github.com/actions/virtual-environments/
runs-on: ubuntu-24.04
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: 🌡️ Test
run: shellcheck *.sh