mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Attempt to run "tayfun/flake8-your-pr@master" in PRs.
This commit is contained in:
parent
333ba24db4
commit
63d44bf8d7
27
.github/workflows/pr-annotate-with-flake8.yml
vendored
Normal file
27
.github/workflows/pr-annotate-with-flake8.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# This workflow will:
|
||||
#
|
||||
# install Python dependencies
|
||||
# Run flake8 to add annotations to the PR
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||
|
||||
name: PR-annotate-flake8
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Annotate with Flake8
|
||||
uses: "tayfun/flake8-your-pr@master"
|
Loading…
x
Reference in New Issue
Block a user