Skip to content

Commit

Permalink
yamllint 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 25, 2020
1 parent 234d3e2 commit 363f218
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_k3s.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Test

# yamllint disable-line rule:truthy
on:
- pull_request
- push
pull_request:
push:

jobs:
# https://github.com/pre-commit/action
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test_k3s_options.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Test
name: Test options

# yamllint disable-line rule:truthy
on:
- pull_request
- push
pull_request:
push:

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.24.2
rev: v1.25.0
hooks:
- id: yamllint

0 comments on commit 363f218

Please sign in to comment.