Skip to content

update github actions workflows #6

update github actions workflows

update github actions workflows #6

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- '**'
jobs:
check:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Run shellcheck
run: ./shellcheck.sh