Skip to content

Commit

Permalink
Run Linter on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Feb 22, 2022
1 parent 5d2b969 commit 3ea139d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

VERSION = '1.2.1'
VERSION = "1.2.1"
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
with open("requirements.txt") as f:
Expand Down

0 comments on commit 3ea139d

Please sign in to comment.