Skip to content

Commit

Permalink
Set yamllint to manual for now
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam authored Aug 5, 2024
1 parent f5b159b commit 9f616ea
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: YAML lint

on:
push:
branches: [main]
paths:
- "**.yaml"
- "**.yml"
pull_request:
paths:
- "**.yaml"
- "**.yml"
workflow_dispatch:
#push:
# branches: [main]
# paths:
# - "**.yaml"
# - "**.yml"
#pull_request:
# paths:
# - "**.yaml"
# - "**.yml"

jobs:
yamllint:
Expand Down

0 comments on commit 9f616ea

Please sign in to comment.