Skip to content

Upgrade tmux config #57

Upgrade tmux config

Upgrade tmux config #57

Workflow file for this run

# https://github.com/marketplace/actions/shellcheck
on:
workflow_dispatch:
push:
branches:
- '*'
name: "Shellheck"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash
with:
ignore_paths: actions .github .git _archive
ignore_names: \*.rb .p10k.zsh .zshrc