@@ -6,7 +6,7 @@ Simply generates an array of items from the rows of an Excel file and does the r
66recursively till every item of the array is processed. For example downloads all the URL's in an Excel file.
77
88[ ![ Dependency Status] [ dependabot-badge ]] [ dependabot-url ]
9- [ ![ Build Status] [ travis- image]] [ travis -url]
9+ [ ![ Build Status] [ gh-actions- image]] [ gh-actions -url]
1010[ ![ Github Tag] [ github-tag-image ]] [ github-tag-url ]
1111[ ![ codecov] [ codecov-image ]] [ codecov-url ]
1212[ ![ Backers on Open Collective] ( https://opencollective.com/excel-parser-processor/backers/badge.svg )] ( #backers )
@@ -71,7 +71,7 @@ $ npm run dist
7171
7272This will add binaries under ` /release ` folder on your project folder.
7373
74- ` /release ` folder is ignored at the repository. Travis will be building the binaries after your branch is merged with master.
74+ ` /release ` folder is ignored at the repository. Github Actions will be building the binaries after your branch is merged with master.
7575
7676## Contributors
7777
@@ -109,8 +109,8 @@ MIT © [Burak Targaç](https://github.com/btargac)
109109[ dependabot-badge ] : https://badgen.net/github/dependabot/btargac/excel-parser-processor?icon=dependabot
110110[ dependabot-url ] : https://github.com/btargac/excel-parser-processor/security/dependabot
111111
112- [ travis- image] : https://travis-ci.org /btargac/excel-parser-processor.svg?branch=master
113- [ travis- url] : https://travis-ci.org /btargac/excel-parser-processor
112+ [ gh-actions- image] : https://github.com /btargac/excel-parser-processor/actions/workflows/main.yml/badge .svg?branch=master
113+ [ gh-actions- url] : https://github.com /btargac/excel-parser-processor/actions/workflows/main.yml
114114
115115[ github-tag-image ] : https://img.shields.io/github/tag/btargac/excel-parser-processor.svg
116116[ github-tag-url ] : https://github.com/btargac/excel-parser-processor/releases/latest
0 commit comments