Skip to content

Added Performance enhancement drugs #115

Added Performance enhancement drugs

Added Performance enhancement drugs #115

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
with:
extra_args: flake8 --all-files
- uses: mszostok/[email protected]
with:
checks: "files,owners,duppatterns"
experimental_checks: "notowned"
# GitHub access token is required only if the `owners` check is enabled
github_access_token: "${{ secrets.OWNERS_VALIDATOR_GITHUB_SECRET }}"