Skip to content

Commit

Permalink
Merge pull request #3 from tj-actions/jackton1-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Tonye Jack committed Aug 8, 2020
2 parents e1ef490 + 5c95865 commit 8dbc5e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: CI

on:
push:
paths-ignore:
- 'README.md'
branches:
- master
pull_request:
paths-ignore:
- 'README.md'
branches:
- master

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Analyze npm project dependencies using [depcheck](https://github.com/depcheck/de
- name: npm-depcheck
uses: tj-actions/depcheck@v2
with:
extra-args: '.'
dir: '.'
ignores: 'eslint,babel-*'
```
* Free software: [MIT license](LICENSE)
Features
--------
* TODO
* Runs dependency checks using a specified location.
* Ignores specific packages.
Credits
-------
Expand Down

0 comments on commit 8dbc5e9

Please sign in to comment.