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 756e801 commit b27ae1eCopy full SHA for b27ae1e
.github/workflows/validate-markdown.yaml
@@ -23,6 +23,8 @@ jobs:
23
fetch-depth: 0
24
- name: use the javascript environment from main
25
run: |
26
+ git remote -v
27
+ git branch -a
28
git checkout main -- package.json
29
- uses: actions/setup-node@v4 # setup Node.js
30
with:
0 commit comments