👷 rename actions folder
All checks were successful
Python formatting PEP8 / Python-PEP8 (push) Successful in 15s
All checks were successful
Python formatting PEP8 / Python-PEP8 (push) Successful in 15s
This commit is contained in:
parent
7fc56bec2c
commit
c035065afc
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
name: Python formatting PEP8
|
||||
run-name: ${{ gitea.actor }} is running PEP8 check
|
||||
run-name: ${{ forgejo.actor }} is running PEP8 check
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
@ -18,4 +18,4 @@ jobs:
|
|||
|
||||
- name: Run checking
|
||||
run: |
|
||||
flake8 --extend-exclude bin,lib .
|
||||
flake8 --ignore=E501 --extend-exclude bin,lib .
|
Loading…
Reference in a new issue