Skip to content

ignore well know gitleacks #59

ignore well know gitleacks

ignore well know gitleacks #59

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 }}