Skip to content

Commit 46d2794

Browse files
committed
Github action clone with fetch depth 0
1 parent 5a7f4ce commit 46d2794

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 0
1820

1921
- uses: actions/[email protected]
2022

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<a href="https://npmjs.org/package/function-plot">
55
<img src="https://img.shields.io/npm/v/function-plot.svg?style=flat" alt="NPM">
66
</a>
7-
<a href="https://travis-ci.com/github/mauriciopoppe/function-plot">
8-
<img src="https://travis-ci.com/mauriciopoppe/function-plot.svg?branch=master" alt="Build Status">
9-
</a>
107
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fmauriciopoppe%2Ffunction-plot?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmauriciopoppe%2Ffunction-plot.svg?type=shield"/></a>
118
<a href="https://github.com/feross/standard">
129
<img src="https://img.shields.io/badge/code%20style-standard-blue" alt="js-standard-style">

0 commit comments

Comments
 (0)