Skip to content

Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 #30

Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1

Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 #30

Workflow file for this run

name: Linters
on:
pull_request:
branches:
- main
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: ruff check --output-format=github .