Skip to content

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

fix: shellcheck warnings and extra space on active window tab

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

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