Skip to content

Bump DavidAnson/markdownlint-cli2-action from 20 to 21 #12

Bump DavidAnson/markdownlint-cli2-action from 20 to 21

Bump DavidAnson/markdownlint-cli2-action from 20 to 21 #12

Workflow file for this run

name: Shell Script Formatting
on: [push, pull_request]
jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shfmt
run: sudo apt-get install -y shfmt
- name: Run shfmt
run: shfmt -d .