Skip to content

Implement an ability to add a prefix to a commit message #17

Implement an ability to add a prefix to a commit message

Implement an ability to add a prefix to a commit message #17

Workflow file for this run

name: Shell
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
check-shell-scripts:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shfmt and shellcheck
uses: luizm/[email protected]
env:
SHFMT_OPTS: -d -s -w -i 4 -ln bash