Skip to content

refactor: Fixes formatting #30

refactor: Fixes formatting

refactor: Fixes formatting #30

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
uses: graphqlswift/ci/.github/workflows/lint.yaml@main
test:
uses: graphqlswift/ci/.github/workflows/test.yaml@main
with:
include_android: false
test-example:
uses: graphqlswift/ci/.github/workflows/test.yaml@main
with:
package_path: "Examples/HelloWorldServer"
include_android: false