Skip to content

🐛 ci: detect floating tags via exact ref endpoint #62

🐛 ci: detect floating tags via exact ref endpoint

🐛 ci: detect floating tags via exact ref endpoint #62

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main, test-me-*]
permissions:
contents: read
jobs:
self-test-uvx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: self test action (uvx path)
uses: ./
self-test-uv-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- run: printf '[project]\nname = "test"\nversion = "0.0.0"\nrequires-python = ">=3.13"\n' > pyproject.toml
shell: bash
- name: self test action (uv run path)
uses: ./
self-test-external-uv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
- name: self test action (external uv)
uses: ./
with:
uv-install: 'false'