We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1087b8b commit f8d796cCopy full SHA for f8d796c
.github/workflows/build-test-deploy.yml
@@ -4,6 +4,8 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
+ - name: checkout repo
8
+ uses: actions/checkout@v3
9
- name: use node.js
10
uses: actions/setup-node@v3
11
with:
0 commit comments