Update syntax.yml
This commit is contained in:
committed by
GitHub
parent
58458e1036
commit
b016c5d142
@@ -19,9 +19,14 @@ jobs:
|
|||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
- name: Setup Python
|
||||||
- uses: actions/checkout@v2
|
uses: actions/setup-python@v1
|
||||||
|
with:
|
||||||
# Runs a single command using the runners shell
|
python-version: 3.7
|
||||||
- name: Check for Syntax Error
|
architecture: x64
|
||||||
run: flake8 nw --count --select=E9,F63,F7,F82 --show-source --statistics
|
- name: Checkout novelWriter
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Install flake8
|
||||||
|
run: pip install flake8
|
||||||
|
- name: Check for Syntax Error
|
||||||
|
run: flake8 nw --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||||
|
|||||||
Reference in New Issue
Block a user