We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901e066 commit 24da81fCopy full SHA for 24da81f
.github/workflows/swift-integration-tests.yml
@@ -18,7 +18,9 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os : [ubuntu-20.04, macos-latest]
+ os:
22
+ - ubuntu-20.04
23
+# - macos-latest TODO
24
steps:
25
- uses: actions/checkout@v3
26
- uses: ./.github/actions/fetch-codeql
CODEOWNERS
@@ -42,3 +42,4 @@ WORKSPACE.bazel @github/codeql-ci-reviewers
42
/.github/workflows/js-ml-tests.yml @github/codeql-ml-powered-queries-reviewers
43
/.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
44
/.github/workflows/ruby-* @github/codeql-ruby
45
+/.github/workflows/swift-* @github/codeql-c
0 commit comments