Skip to content

Bump actions/checkout from 3 to 4 #8

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #8

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-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
# Test
- name: 🌡️ Test
run: shellcheck -x *.sh