We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74034bf commit df9d587Copy full SHA for df9d587
.github/workflows/schema-tests.yaml
@@ -28,7 +28,7 @@ jobs:
28
node-version: '20.x'
29
- name: Install dependencies from main
30
run: |
31
- git checkout main -- package.json
+ git checkout remotes/origin/main -- package.json
32
npm i
33
- name: Run tests
34
run: npm run test
.github/workflows/validate-markdown.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
git remote -v
27
git branch -a
- uses: actions/setup-node@v4 # setup Node.js
with:
node-version: '14.x'
0 commit comments