Skip to content

fix shellcheck issues and add CI #2

fix shellcheck issues and add CI

fix shellcheck issues and add CI #2

Workflow file for this run

name: shellcheck
on:
push:
branches: [master]
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Run shellcheck
run: shellcheck cc.sh