Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 13, 2024
1 parent b51293d commit ca1c9dc
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,5 @@ name: "Lint"
on: [ push, pull_request ]

jobs:

flake8:
runs-on: ubuntu-latest

defaults:
run:
working-directory: server

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install flake8
- run: flake8

mypy:
runs-on: ubuntu-latest

defaults:
run:
working-directory: server

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- run: pip install -r mypy-requirements.txt
- run: mypy cp
lint:
uses: superdesk/newsroom-app/.github/workflows/lint.yml

0 comments on commit ca1c9dc

Please sign in to comment.