Skip to content

Trying to trigger dependabot #63

Trying to trigger dependabot

Trying to trigger dependabot #63

Workflow file for this run

name: lint
on:
pull_request:
branches:
[main]
push:
branches:
[main, dev]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --show-diff-on-failure