Skip to content

feat: Allow customizing the window title string #45

feat: Allow customizing the window title string

feat: Allow customizing the window title string #45

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"