Skip to content

feat: rework jj aliases, gopls options, dictation use whisper #12

feat: rework jj aliases, gopls options, dictation use whisper

feat: rework jj aliases, gopls options, dictation use whisper #12

Workflow file for this run

name: shfmt
on:
pull_request:
jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install tools
run: bin/setup
- name: run shfmt
run: |
find bin dotfiles -type f -print0 \
| xargs -0 grep -lZE '^#! ?/usr/bin/env bash|^#!/usr/bin/env bash|^#! ?/bin/bash' \
| xargs -0 shfmt -i 2 -ln bash -d