Skip to content

chore: bump pytest from 7.2.2 to 7.3.0 #52

chore: bump pytest from 7.2.2 to 7.3.0

chore: bump pytest from 7.2.2 to 7.3.0 #52

Workflow file for this run

name: Check Style
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.1.0
- uses: psf/black@stable
- name: flake8 Lint
uses: py-actions/flake8@v2