Skip to content

fix: shellcheck warnings and extra space on active window tab #41

fix: shellcheck warnings and extra space on active window tab

fix: shellcheck warnings and extra space on active window tab #41

Workflow file for this run

---
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
name: "Trigger: Push action"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
check_together: "yes"