Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 20, 2023
1 parent 0f2ef3b commit 543d5d4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/Sync-End-to-End-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ on:
required: true

jobs:

swiftlint:

name: SwiftLint

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: SwiftLint
uses: docker://norionomura/swiftlint:0.54.0
with:
args: swiftlint --reporter github-actions-logging --strict
test:
runs-on: macos-13-xlarge
steps:
Expand Down

0 comments on commit 543d5d4

Please sign in to comment.