Skip to content

Spur rosalie

Spur rosalie #5

Workflow file for this run

name: XDC Linting
on:
pull_request:
branches: [master]
jobs:
linting_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: grantmcconnaughey/[email protected]
with:
# The GitHub API token to create reviews with
token: ${{ secrets.GITHUB_TOKEN }}
# Fail if "new" violations detected or "any", default "new"
failIf: any
# Additional arguments to pass to flake8, default "." (current directory)
# E501 is lines that are too long
args: "--ignore=E501 ."