Skip to content

Bump flake8-pytest-style from 1.7.2 to 2.0.0 #209

Bump flake8-pytest-style from 1.7.2 to 2.0.0

Bump flake8-pytest-style from 1.7.2 to 2.0.0 #209

Workflow file for this run

name: disl
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Build named dockerfile'
run: |
docker build . --tag wemake-services/docker-image-size-limit:latest
- uses: wemake-services/docker-image-size-limit@master
with: # we lint this image by itself:
image: 'wemake-services/docker-image-size-limit:latest'
size: 405MB