Skip to content

Bump python from 3.12.6-alpine to 3.13.0rc3-alpine #2678

Bump python from 3.12.6-alpine to 3.13.0rc3-alpine

Bump python from 3.12.6-alpine to 3.13.0rc3-alpine #2678

Workflow file for this run

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'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}