Skip to content

Removed CONTRIBUTORS.txt as we can rely on GitHub to perform the same… #11

Removed CONTRIBUTORS.txt as we can rely on GitHub to perform the same…

Removed CONTRIBUTORS.txt as we can rely on GitHub to perform the same… #11

Workflow file for this run

name: Main
on:
push:
branches: [main]
jobs:
unit-tests:
name: Unit tests
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
with:
linux_5_8_enabled: false

Check failure on line 12 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 12, Col: 26): Invalid input, linux_5_8_enabled is not defined in the referenced workflow.
linux_5_9_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
linux_5_10_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error"
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"
swift-6-language-mode:
name: Swift 6 Language Mode
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main