Skip to content

build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group #173

build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group

build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group #173

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Lint with Ruff
run: |
pipx run ruff check --diff --verbose .