Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Merge pull request #2 from Cyclenerd/dependabot/github_actions/action… #11

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

Merge pull request #2 from Cyclenerd/dependabot/github_actions/action… #11

Workflow file for this run

name: "Continuous Integration"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: ShellCheck 🔎
run: |
cd t
bash shellcheck.sh