diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d098ebb..b18adfa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: CI +name: Test on: [push] @@ -9,9 +9,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@master - with: - fetch-depth: 3 + uses: actions/checkout@v2 - name: Setup Node.js uses: actions/setup-node@v1 diff --git a/.gitignore b/.gitignore index be0b4c0..a39e992 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /node_modules/ -*-dist.zip +/*-dist.zip diff --git a/README.md b/README.md index 6627759..d3235a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [jQuery Spinner](https://vsn4ik.github.io/jquery.spinner/) -[![License](https://img.shields.io/npm/l/jquery.spinner.svg)][license] -![Build Status](https://action-badges.now.sh/vsn4ik/jquery.spinner) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Build Status](https://github.com/vsn4ik/jquery.spinner/workflows/Test/badge.svg)](https://github.com/vsn4ik/jquery.spinner/actions?workflow=Test) [![devDependency Status](https://david-dm.org/vsn4ik/jquery.spinner/dev-status.svg)](https://david-dm.org/vsn4ik/jquery.spinner?type=dev) diff --git a/docs/example.html b/docs/example.html index e300111..c4c5f0e 100644 --- a/docs/example.html +++ b/docs/example.html @@ -6,7 +6,7 @@