Skip to content

add argo functionality to QUEST #1206

add argo functionality to QUEST

add argo functionality to QUEST #1206

Workflow file for this run

# use the flake8 linter to annotate improperly formatted code
# from: https://github.com/marketplace/actions/run-flake8-on-your-pr-with-annotations
name: Run flake8 linter on PRs
on:
pull_request:
branches:
- development
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Annotate PR after running flake8
uses: TrueBrain/actions-flake8@master
with:
max_line_length: 88