Skip to content

Commit 5b0006b

Browse files
Update CI workflows to enable experimental prebuilts and remove SwiftLint workflow
1 parent 42c56bb commit 5b0006b

File tree

4 files changed

+3
-29
lines changed

4 files changed

+3
-29
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# ℹ️ Command-line programs to run using the OS shell.
8787
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8888
- if: matrix.build-mode == 'manual'
89-
run: swift build -v
89+
run: swift build -v --enable-experimental-prebuilts
9090

9191
- name: Perform CodeQL Analysis
9292
uses: github/codeql-action/analyze@v3

.github/workflows/swift.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
runs-on: macos-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: maxim-lobanov/setup-xcode@v1
19-
with:
20-
xcode-version: '26.0-beta'
2118
- name: Run tests
22-
run: swift test -v --enable-code-coverage
19+
run: swift test -v --enable-code-coverage --enable-experimental-prebuilts
2320
- name: Export coverage report as Lcov
2421
run: xcrun llvm-cov export -format="lcov" -instr-profile=.build/arm64-apple-macosx/debug/codecov/default.profdata .build/arm64-apple-macosx/debug/ShitLibPackageTests.xctest/Contents/MacOS/ShitLibPackageTests > lcov.info
2522
- uses: codecov/codecov-action@v5

.github/workflows/swiftlint.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
disabled_rules:
2-
- identifier_name
2+
- identifier_name

0 commit comments

Comments
 (0)