Skip to content

migrate from folder-based config to config.yml #8

migrate from folder-based config to config.yml

migrate from folder-based config to config.yml #8

Workflow file for this run

name: shellcheck
permissions: {}
on:
push:
branches:
- 'main'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
check_together: 'yes'