apollo-schema-check-action:GitHub动作,可使用Apollo CLI运行模式检查,并将结果作为注释发布在Pull Request上

时间:2024-05-22 03:38:05
【文件属性】:

文件名称:apollo-schema-check-action:GitHub动作,可使用Apollo CLI运行模式检查,并将结果作为注释发布在Pull Request上

文件大小:110KB

文件格式:ZIP

更新时间:2024-05-22 03:38:05

graphql apollo actions apollo-cli TypeScript

Apollo模式检查操作 GitHub动作,可使用和 (以前是Graph Manager)运行模式检查,并将结果作为注释发布到Pull Request上 用法 在您的存储库中创建一个名为.github/workflows/schema_check.yml ,其内容如下: name : Schema Check on : pull_request : types : [opened, reopened, synchronize] jobs : check_schema : name : check schema runs-on : ubuntu-latest timeout-minutes : 5 steps : - uses : actions/checkout@v2 - name : Customer API c


【文件预览】:
apollo-schema-check-action-master
----codecov.yml(105B)
----.eslintrc(175B)
----.gitattributes(46B)
----.github()
--------FUNDING.yml(14B)
--------workflows()
----yarn.lock(239KB)
----action.yml(2KB)
----.prettierignore(15B)
----src()
--------get-comment-identifier.ts(782B)
--------index.ts(2KB)
--------format-message.ts(2KB)
--------get-arguments.ts(1KB)
--------actions.ts(519B)
--------get-message.ts(1KB)
----tsconfig.json(393B)
----LICENSE(1KB)
----test()
--------fixtures()
--------get-comment-identifier.test.ts(2KB)
--------tsconfig.json(151B)
--------get-arguments.test.ts(4KB)
----jest.config.js(404B)
----.prettierrc(47B)
----README.md(3KB)
----.editorconfig(235B)
----.gitignore(35B)
----CHANGELOG.md(89B)
----.eslintignore(15B)
----package.json(2KB)

网友评论