Skip to content

Merge pull request #4 from GraphQLSwift/feat/swift-6.2 #12

Merge pull request #4 from GraphQLSwift/feat/swift-6.2

Merge pull request #4 from GraphQLSwift/feat/swift-6.2 #12

Workflow file for this run

name: Self-test the CI workflows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yaml
with:
package_path: WorkflowTestPackage
test:
uses: ./.github/workflows/test.yaml
with:
package_path: WorkflowTestPackage