Skip to content

Bump the dependencies group with 7 updates #651

Bump the dependencies group with 7 updates

Bump the dependencies group with 7 updates #651

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@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run lint
run: ./lint.sh