We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dbbd5 commit f3fb46bCopy full SHA for f3fb46b
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