Skip to content

Commit

Permalink
updated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 19, 2023
1 parent 770ddd6 commit c8227e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ktlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: KtLint

on:
# trunk-ignore(yamllint/empty-values)
workflow_dispatch:
pull_request:
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: SwiftLint

on:
# trunk-ignore(yamllint/empty-values)
workflow_dispatch:
pull_request:
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Trunk Check
on:
# trunk-ignore(yamllint/empty-values)
workflow_dispatch:
pull_request:
paths-ignore:
Expand Down

0 comments on commit c8227e4

Please sign in to comment.