Skip to content

fixed merge conflict, merged paramaters #442

fixed merge conflict, merged paramaters

fixed merge conflict, merged paramaters #442

Workflow file for this run

name: Pyflakes
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
pyflakes:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: pyflakes
uses: reviewdog/action-pyflakes@master
with:
github_token: ${{ secrets.github_token }}