Skip to content

Commit

Permalink
chore: update branch references to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Apr 12, 2021
1 parent 3cd98d8 commit fa0da24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ name: Lint
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
uses: actions/setup-node@v1
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
version: 12.x
version: 14.x
- name: Lint
run: |
npm i
npm run lint
npm run lint
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The output is the same as [changelog-maker](https://github.com/rvagg/changelog-m

The commit list is very close to running:

`$ git log master..next`
`$ git log main..next`

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

Expand Down

0 comments on commit fa0da24

Please sign in to comment.