Skip to content

Commit ef44009

Browse files
committed
remove old files
1 parent e477529 commit ef44009

File tree

2 files changed

+5
-130
lines changed

2 files changed

+5
-130
lines changed

.github/workflows/FlakeHell.yml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,16 @@
1-
# FlakeHell is a flake8 wrapper which adds features like having a baseline
2-
# https://github.com/flakehell/flakehell
3-
name: FlakeHell
1+
name: CI
42

53
on:
64
push:
7-
branches: [ master ]
5+
branches: ['*']
86
pull_request:
97
branches: [ master ]
108

119
jobs:
12-
build:
13-
14-
strategy:
15-
matrix:
16-
python-version: [3.7, 3.8, 3.9]
17-
10+
lint:
1811
runs-on: ubuntu-latest
1912

2013
steps:
2114
- uses: actions/checkout@v2
22-
- uses: actions/setup-python@v2
23-
with:
24-
python-version: ${{ matrix.python-version }}
25-
- name: Install Poetry
26-
uses: abatilo/[email protected]
27-
with:
28-
poetry-version: 1.1.11
29-
- name: Install dependencies
30-
run: poetry install
31-
- name: Run FlakeHell
32-
run: poetry run flakehell lint
15+
- name: GitHub Action for pylint
16+
uses: cclauss/[email protected]

baseline.txt

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)