Skip to content

Commit

Permalink
Change default branch to main in GHAs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Nov 27, 2021
1 parent 828059d commit b71bf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: 3.7

- name: Install
run: pip install -r <(curl https://raw.githubusercontent.com/lsst/linting/master/requirements.txt)
run: pip install -r <(curl https://raw.githubusercontent.com/lsst/linting/main/requirements.txt)

- name: Run linter
run: |
Expand Down

0 comments on commit b71bf97

Please sign in to comment.