tmux
This commit is contained in:
12
tmux/.tmux/plugins/tmux-cpu/.github/workflows/check.yml
vendored
Normal file
12
tmux/.tmux/plugins/tmux-cpu/.github/workflows/check.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Check
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: luizm/action-sh-checker@master
|
||||
env:
|
||||
SHELLCHECK_OPTS: -x
|
Reference in New Issue
Block a user