Refactor to source.node_to_string
instead of ast.unparse
#2795
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: wps | |
on: | |
pull_request: | |
branches: | |
- master | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: wemake-services/wemake-python-styleguide@master | |
with: | |
reporter: 'github-pr-review' | |
fail_workflow: false | |
env: | |
GITHUB_TOKEN: ${{ secrets.github_token }} |