Skip to content

Commit e05ad8a

Browse files
committedMay 9, 2020
[workflows] Rename pyflakes to flake8 - that is the tool we use
1 parent da042bb commit e05ad8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/pyflakes.yml renamed to ‎.github/workflows/flake8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pyflakes
1+
name: flake8
22

33
on: [push, pull_request]
44

@@ -12,7 +12,7 @@ jobs:
1212
python-version: 3.7.6
1313
architecture: x64
1414
- name: Checkout
15-
uses: actions/checkout@master
15+
uses: actions/checkout@v2
1616
- name: Install flake8
1717
run: pip install flake8
1818
- name: Run flake8

0 commit comments

Comments
 (0)
Please sign in to comment.