Skip to content

Merge pull request #106 from m00nyONE/patch-2 #43

Merge pull request #106 from m00nyONE/patch-2

Merge pull request #106 from m00nyONE/patch-2 #43

Workflow file for this run

name: Linter
on: [push]
jobs:
lint:
name: LinterMonkey
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: GitCheckout
- name: wemake-python-styleguide
uses: wemake-services/[email protected]
with:
reporter: 'github-pr-review'
path: './src'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}