Skip to content

add github actions (#1) #1

add github actions (#1)

add github actions (#1) #1

Workflow file for this run

on:
push:
branches:
- main
name: "Trigger: Push action"
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]