Skip to content

Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.13.0 in /.github/workflows #8

Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.13.0 in /.github/workflows

Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.13.0 in /.github/workflows #8

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- name: Lint with Ruff
run: ruff check --output-format=github