Skip to content

fix(#2866): fixed ξ without dispatch + enabled phi pack #40

fix(#2866): fixed ξ without dispatch + enabled phi pack

fix(#2866): fixed ξ without dispatch + enabled phi pack #40

Workflow file for this run

---
name: shellcheck
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: shellcheck-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master