Skip to content

Commit

Permalink
Squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Nov 29, 2023
1 parent 9367332 commit 4d0b018
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Build

on: # yamllint disable-line rule:truthy
on:
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: CodeQL Analysis

on: # yamllint disable-line rule:truthy
on:
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Dependency review

on: # yamllint disable-line rule:truthy
on:
pull_request:
types:
- edited
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Super-Linter

on: # yamllint disable-line rule:truthy
on:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ rules:
line-length:
level: warning
allow-non-breakable-inline-mappings: true
truthy: disable

0 comments on commit 4d0b018

Please sign in to comment.