Skip to content

Commit

Permalink
👷 (linters): Update jobs' names to show swiftformat, swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 10, 2023
1 parent 6c07c87 commit dd75375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linter-swiftformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
swift_format:
name: lint
name: swiftformat
runs-on: [self-hosted, iOS]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-linter-swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
swift_format:
name: lint
name: swiftlint
runs-on: [self-hosted, iOS]

steps:
Expand Down

0 comments on commit dd75375

Please sign in to comment.