Skip to content

fix: Fix GH 1Password config (again) #71

fix: Fix GH 1Password config (again)

fix: Fix GH 1Password config (again) #71

Workflow file for this run

---
name: Lint PR
permissions: read-all
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
jobs:
shellcheck:
name: Run shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
with:
ignore_names: .zshrc .zprofile *.zsh
shfmt:
name: Run shfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shfmt
uses: luizm/action-sh-checker@master
env:
SHFMT_OPTS: -s
with:
sh_checker_checkbashisms_enable: true
sh_checker_exclude: .zshrc .zprofile .zsh
yamllint:
name: Run yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Display yamllint version
run: yamllint --version
- name: yamllint
run: yamllint -c .trunk/configs/.yamllint.yaml .