Skip to content

Merge pull request #1 from Cyclenerd/dependabot/github_actions/action… #10

Merge pull request #1 from Cyclenerd/dependabot/github_actions/action…

Merge pull request #1 from Cyclenerd/dependabot/github_actions/action… #10

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