Skip to content

Commit

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

on:
# trunk-ignore(yamllint/empty-values)
workflow_dispatch:
pull_request:
paths:
Expand All @@ -14,7 +13,7 @@ concurrency:
permissions: read-all

jobs:
SwiftLint:
KtLint:
runs-on: ubuntu-latest

permissions:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: SwiftLint

on:
# trunk-ignore(yamllint/empty-values)
workflow_dispatch:
pull_request:
paths:
Expand Down

0 comments on commit b8181ad

Please sign in to comment.