Skip to content

fix: test.pypi.org workflow environment name (#434) #1094

fix: test.pypi.org workflow environment name (#434)

fix: test.pypi.org workflow environment name (#434) #1094

Workflow file for this run

name: Ruff
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python -Im pip install --user ruff
- name: Run ruff
run: ruff check --output-format=github djangocms_versioning tests