Skip to content

Fix parsing of 'account_index_exclude_keys' config option #11951

Fix parsing of 'account_index_exclude_keys' config option

Fix parsing of 'account_index_exclude_keys' config option #11951

name: Trailing Whitespace
on:
pull_request:
jobs:
check:
name: trailing-whitespace
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changed files
id: changes
run: |
echo "all=$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | xargs)" >> $GITHUB_OUTPUT
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: "--files ${{ steps.changes.outputs.all }}"