Skip to content

Comment out deprecated windowrulev2 #12

Comment out deprecated windowrulev2

Comment out deprecated windowrulev2 #12

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master