Skip to content

Fix mise config file output formatting #465

Fix mise config file output formatting

Fix mise config file output formatting #465

Workflow file for this run

name: Run shellcheck on shell scripts
on: [push]
jobs:
lint:
name: Run shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -P **/*.sh