Skip to content

Bump import-linter from 1.11.0 to 1.11.1 #2288

Bump import-linter from 1.11.0 to 1.11.1

Bump import-linter from 1.11.0 to 1.11.1 #2288

Workflow file for this run

name: wps
on:
pull_request:
branches:
- master
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wemake-services/wemake-python-styleguide@master
with:
reporter: 'github-pr-review'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}