chore: fix a broken link in README (#92)
* chore: fix a broken link in README * chore: fix branch name
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -3,7 +3,7 @@ on: # rebuild any PRs and main branch changes
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- 'releases/*'
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# npm audit action
|
||||
|
||||
[](https://coveralls.io/github/oke-py/npm-audit-action?branch=master)
|
||||
[](https://coveralls.io/github/oke-py/npm-audit-action?branch=main)
|
||||
|
||||
GitHub Action to run `npm audit`
|
||||
|
||||
@@ -14,7 +14,7 @@ If vulnerabilities are found by `npm audit`, Action triggered by PR creates a co
|
||||
|
||||
If vulnerabilities are found by `npm audit`, Action triggered by push, schedule creates the following GitHub Issue.
|
||||
|
||||

|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
@@ -47,7 +47,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- 'releases/*'
|
||||
# on:
|
||||
# schedule:
|
||||
|
||||
Reference in New Issue
Block a user