Skip to content

Commit 5896c12

Browse files
committed
Remove setup-swift steps
1 parent 57b2c02 commit 5896c12

8 files changed

+0
-30
lines changed

.github/workflows/__export-file-baseline-information.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-autobuild.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/export-file-baseline-information.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ steps:
1010
with:
1111
languages: javascript
1212
tools: ${{ steps.prepare-test.outputs.tools-url }}
13-
- uses: ./../action/.github/actions/setup-swift
14-
if: runner.os == 'macOS'
15-
with:
16-
codeql-path: ${{ steps.init.outputs.codeql-path }}
1713
- name: Build code
1814
shell: bash
1915
run: ./build.sh

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ steps:
1010
languages: ${{ runner.os == 'Linux' && 'cpp,csharp,go,java,javascript,python,ruby' || '' }}
1111
tools: ${{ steps.prepare-test.outputs.tools-url }}
1212

13-
- uses: ./../action/.github/actions/setup-swift
14-
if: runner.os == 'macOS'
15-
with:
16-
codeql-path: ${{ steps.init.outputs.codeql-path }}
17-
1813
- name: Build code
1914
shell: bash
2015
run: ./build.sh

pr-checks/checks/swift-autobuild.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ steps:
99
languages: swift
1010
build-mode: autobuild
1111
tools: ${{ steps.prepare-test.outputs.tools-url }}
12-
- uses: ./../action/.github/actions/setup-swift
13-
with:
14-
codeql-path: ${{steps.init.outputs.codeql-path}}
1512
- name: Check working directory
1613
shell: bash
1714
run: pwd

pr-checks/checks/swift-custom-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ steps:
1111
with:
1212
languages: swift
1313
tools: ${{ steps.prepare-test.outputs.tools-url }}
14-
- uses: ./../action/.github/actions/setup-swift
15-
with:
16-
codeql-path: ${{steps.init.outputs.codeql-path}}
1714
- name: Check working directory
1815
shell: bash
1916
run: pwd

0 commit comments

Comments
 (0)