Kristof Mattei
Results
42
comments of
Kristof Mattei
Another example: ``` # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json name: Something on: pull_request: branches: - main jobs: job1: name: Job1 runs-on: ubuntu-latest outputs: code: ${{ steps.filter.outputs.code }} steps: - name: Checkout uses: actions/checkout@v3...
This works: ``` module.exports = { client: { name: "default", localSchemaFile: './src/schema.graphql' }, }; ```