Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-09-22 08:44:19 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-09-22 08:44:19 +0300
commitc2e7080d2edd0997e853a943ece764114d9da5ca (patch)
tree9dcfb54e69ff8ce09a8151e621e467fbf108ca6c /.github
parent90f3bc97033dd7c834f2ae04924a8b8371cf7d5a (diff)
GH Actions updates
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6392547..6417d10 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,4 +1,4 @@
-name: Run tests
+name: Tests
on: [push, pull_request]
jobs:
@@ -13,14 +13,12 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@master
- with:
- fetch-depth: 3
+ uses: actions/checkout@v1
- name: Set up Node.js
- uses: actions/setup-node@v1.1.0
+ uses: actions/setup-node@v1
with:
- version: ${{ matrix.node }}
+ node-version: ${{ matrix.node }}
- run: node --version
- run: npm --version