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
parent90f3bc97033dd7c834f2ae04924a8b8371cf7d5a (diff)
GH Actions updates
-rw-r--r--.github/workflows/test.yml10
-rw-r--r--README.md2
2 files changed, 5 insertions, 7 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
diff --git a/README.md b/README.md
index 85dc5d9..92e5816 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
> A Grunt wrapper for [Bootlint](https://www.npmjs.org/package/bootlint), the HTML linter for [Bootstrap](https://getbootstrap.com) projects
[![NPM version](https://img.shields.io/npm/v/grunt-bootlint.svg)](https://www.npmjs.com/package/grunt-bootlint)
-![Build Status](https://action-badges.now.sh/twbs/grunt-bootlint)
+![Build Status](https://github.com/twbs/grunt-bootlint/workflows/Tests/badge.svg)
[![MIT License](https://img.shields.io/npm/l/grunt-bootlint.svg)](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE)
[![Dependency Status](https://img.shields.io/david/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint)
[![devDependency Status](https://img.shields.io/david/dev/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint?type=dev)