🎨 limit

This commit is contained in:
Ondrej Samohel 2023-05-04 14:59:41 +02:00
parent e608e7c808
commit 5829f647e5
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -6,6 +6,8 @@ on:
pull_request:
branches: [ develop ]
workflow_dispatch:
permissions:
contents: read
pull-requests: write
@ -19,6 +21,7 @@ jobs:
echo "_CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }} -- '*.py' | tr -s '\n' ' ' )" >> ${GITHUB_ENV}
- name: Code Check
uses: wemake-services/wemake-python-styleguide@master
if: ${{ env._CHANGED_FILES }}
with:
reporter: 'github-pr-review'
path: "${{ env._CHANGED_FILES }}"