File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
3
branches :
4
- - master
4
+ - main
5
5
pull_request :
6
6
name : ci
7
7
env :
51
51
- run : npm ci
52
52
- run : npm run docs-test
53
53
release :
54
- if : github.repository == 'JustinBeckwith/linkinator' && github.ref == 'refs/heads/master '
54
+ if : github.repository == 'JustinBeckwith/linkinator' && github.ref == 'refs/heads/main '
55
55
runs-on : ubuntu-latest
56
56
needs : [test, lint]
57
57
steps :
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: "CodeQL"
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
- " !renovate/**"
8
8
pull_request :
9
9
# The branches below must be a subset of the branches above
10
10
branches :
11
- - master
11
+ - main
12
12
schedule :
13
13
- cron : " 0 0 * * 0"
14
14
Original file line number Diff line number Diff line change 3
3
> A super simple site crawler and broken link checker.
4
4
5
5
[ ![ npm version] ( https://img.shields.io/npm/v/linkinator.svg )] ( https://www.npmjs.org/package/linkinator )
6
- [ ![ Build Status] ( https://img.shields.io/github/workflow/status/JustinBeckwith/linkinator/ci/master )] ( https://github.com/JustinBeckwith/linkinator/actions?query=branch%3Amaster +workflow%3Aci )
7
- [ ![ codecov] ( https://img.shields.io/codecov/c/github/JustinBeckwith/linkinator/master )] ( https://codecov.io/gh/JustinBeckwith/linkinator )
6
+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/JustinBeckwith/linkinator/ci/main )] ( https://github.com/JustinBeckwith/linkinator/actions?query=branch%3Amain +workflow%3Aci )
7
+ [ ![ codecov] ( https://img.shields.io/codecov/c/github/JustinBeckwith/linkinator/main )] ( https://codecov.io/gh/JustinBeckwith/linkinator )
8
8
[ ![ Known Vulnerabilities] ( https://img.shields.io/snyk/vulnerabilities/github/JustinBeckwith/linkinator )] ( https://snyk.io/test/github/JustinBeckwith/linkinator )
9
9
[ ![ Code Style: Google] ( https://img.shields.io/badge/code%20style-google-blueviolet.svg )] ( https://github.com/google/gts )
10
10
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
You can’t perform that action at this time.
0 commit comments