Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
tests_release:
name: Test Release
needs: package
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
uses: matthewbastien/github-workflows/.github/workflows/swift_package_test.yml@upload-artifact
with:
needs_token: true
# Linux
Expand All @@ -87,7 +87,7 @@ jobs:
tests_insiders:
name: Test Insiders
needs: package
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
uses: matthewbastien/github-workflows/.github/workflows/swift_package_test.yml@upload-artifact
with:
needs_token: true
# Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
tests:
name: ${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && 'Full Test Run' || 'Test'}}
needs: package
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
uses: matthewbastien/github-workflows/.github/workflows/swift_package_test.yml@upload-artifact
with:
needs_token: true
# Linux
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

soundness:
name: Soundness
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
uses: matthewbastien/github-workflows/.github/workflows/soundness.yml@upload-artifact
with:
# Pending https://github.com/swiftlang/vscode-swift/pull/1176
license_header_check_enabled: false
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Only lint certain file types
*.*
!*.mjs
!*.js
!*.json
!*.ts
Expand Down
204 changes: 0 additions & 204 deletions .vscode-test.js

This file was deleted.

Loading
Loading