Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Nov 7, 2024
1 parent 499ca04 commit fecbfb0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,7 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
name: Swift Lint
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Check swift codestyle
uses: cirruslabs/swiftlint-action@v1
with:
args: --config .swiftlint.yml --strict

test:
coverage:
name: Build and Test
runs-on: [self-hosted, linux]
timeout-minutes: 30
Expand Down

0 comments on commit fecbfb0

Please sign in to comment.