Skip to content

Add vale to tool list and rename languages block to tools #466

Add vale to tool list and rename languages block to tools

Add vale to tool list and rename languages block to tools #466

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