Skip to content

test: comment uv publish to test linting #21

test: comment uv publish to test linting

test: comment uv publish to test linting #21

Workflow file for this run

name: Python application
on:
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v7
- name: Lint with ruff
# ruff detects config from pyproject.toml
run: uvx ruff check .
- name: PyPI publish with uv
run: echo "uncomment the next line in the yml file"

Check failure on line 24 in .github/workflows/python-app.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-app.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
# run: uv publish