Skip to content

Bump pytest from 7.2.0 to 7.3.1 #490

Bump pytest from 7.2.0 to 7.3.1

Bump pytest from 7.2.0 to 7.3.1 #490

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
Lint:
name: 'Lint'
timeout-minutes: 10
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Run lint
run: ./lint.sh