Skip to content

fix typo .gitleaks.toml #61

fix typo .gitleaks.toml

fix typo .gitleaks.toml #61

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/wemake-python-styleguide@0.18.0
with:
reporter: 'github-pr-review'
path: './src'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}