Skip to content

chore: bump pygments from 2.14.0 to 2.15.0 #73

chore: bump pygments from 2.14.0 to 2.15.0

chore: bump pygments from 2.14.0 to 2.15.0 #73

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