Skip to content

Commit

Permalink
Lint branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Jun 5, 2022
1 parent fdacfc9 commit 611609b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint

on:
push:
branches:
- "*"
tags-ignore: ["*"]

jobs:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ setuptools_scm
black
flake8
isort
mypy

# Libraries
omegaconf>=2
Expand Down

0 comments on commit 611609b

Please sign in to comment.