Skip to content

ci: chore: add workflow_dispatch and fix branch name #1

ci: chore: add workflow_dispatch and fix branch name

ci: chore: add workflow_dispatch and fix branch name #1

Workflow file for this run

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