We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee77cc commit 3592ca0Copy full SHA for 3592ca0
1 file changed
.github/workflows/workflow.yml
@@ -8,6 +8,9 @@ jobs:
8
matrix:
9
operating-system: [ubuntu-latest, windows-latest]
10
actions:
11
+ - name: Checkout
12
+ uses: actions/checkout@master
13
+
14
- name: Set Node.js 10.x
15
uses: actions/setup-node@master
16
with:
0 commit comments