Skip to content

Commit fa0da24

Browse files
committed
chore: update branch references to "main"
1 parent 3cd98d8 commit fa0da24

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ name: Lint
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
build:
1313
runs-on: macOS-latest
1414
steps:
15-
- uses: actions/checkout@master
16-
- name: Use Node.js 12.x
17-
uses: actions/setup-node@v1
15+
- uses: actions/checkout@v2
16+
- name: Use Node.js 14.x
17+
uses: actions/setup-node@v2
1818
with:
19-
version: 12.x
19+
version: 14.x
2020
- name: Lint
2121
run: |
2222
npm i
23-
npm run lint
23+
npm run lint

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The output is the same as [changelog-maker](https://github.com/rvagg/changelog-m
1818

1919
The commit list is very close to running:
2020

21-
`$ git log master..next`
21+
`$ git log main..next`
2222

2323
But the comparison isn't quite as strict, generally leading to a shorter list of commits.
2424

0 commit comments

Comments
 (0)