Skip to content

Bump the dependencies group with 10 updates (#669) #720

Bump the dependencies group with 10 updates (#669)

Bump the dependencies group with 10 updates (#669) #720

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