We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29366aa commit fe35e5aCopy full SHA for fe35e5a
.github/workflows/testaction.yaml
@@ -0,0 +1,10 @@
1
+name: GraphQL Schema Check
2
+on: push
3
+jobs:
4
+ test:
5
+ runs-on: ubuntu-latest
6
+ environment: test
7
+ steps:
8
+ - uses: actions/checkout@v3
9
+ - name: Test
10
+ run: echo "TEST"
0 commit comments