Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef44009

Browse files
committed
remove old files
1 parente477529 commitef44009

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/actions-poetry@v2.0.0
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/GitHub-Action-for-pylint@0.7.0

‎baseline.txt‎

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp