Skip to content

Commit

Permalink
test disabled linting
Browse files Browse the repository at this point in the history
  • Loading branch information
osanoj authored Mar 11, 2024
1 parent c13a9e6 commit 7235652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
run: |
swiftlint lint
#- name: Lint
# run: |
# swiftlint lint
- name: Build
run: |
xcodebuild build-for-testing -scheme "$scheme" -workspace FinniversKit.xcworkspace -destination "$destination"
Expand Down

0 comments on commit 7235652

Please sign in to comment.