Skip to content

Commit

Permalink
no need for .1, as theres a symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Nov 11, 2024
1 parent 49d705a commit 6be47ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh 15.0.1
- run: ./scripts/ci-select-xcode.sh 15.0
- run: make analyze

lint-podspec:
Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh 15.0.1
- run: ./scripts/ci-select-xcode.sh 15.0
# We need to update the spec-repo, because it can happen that it is not up to date and then the lint fails.
- run: pod repo update
- name: Validate Podspec
Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh 15.0.1
- run: ./scripts/ci-select-xcode.sh 15.0
- run: pod repo update
- name: Validate HybridPod Podspec
run: pod lib lint ./Tests/HybridSDKTest/HybridPod.podspec --allow-warnings --verbose --platforms=ios "--include-podspecs={Sentry.podspec}"
Expand Down

0 comments on commit 6be47ff

Please sign in to comment.