Skip to content

Bump next from 14.2.8 to 14.2.10 in /web #532

Bump next from 14.2.8 to 14.2.10 in /web

Bump next from 14.2.8 to 14.2.10 in /web #532

Workflow file for this run

name: Lint
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Flake8 Lint
uses: py-actions/flake8@v2