Skip to content

Commit

Permalink
CI: checks sleep...
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 5, 2024
1 parent 1846f45 commit 4a6f35e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-shell.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: 🐶 SHELL check 🧪
on:
push:
branches: '**'
pull_request:
branches: '**'
#push:
# branches: '**'
#pull_request:
# branches: '**'
workflow_dispatch:

jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: 🐶 YAML check 🧪
on:
push:
branches: '**'
pull_request:
branches: '**'
#push:
# branches: '**'
#pull_request:
# branches: '**'
workflow_dispatch:
jobs:
yamllint:
Expand Down

0 comments on commit 4a6f35e

Please sign in to comment.