This commit is contained in:
David Lord 2025-06-17 09:55:49 -07:00
parent 85c5d93cbd
commit 2d578d8c53
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
6 changed files with 43 additions and 128 deletions

19
.github/workflows/shared.yaml vendored Normal file
View file

@ -0,0 +1,19 @@
name: shared
on:
pull_request:
push:
branches: [main, stable]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
with:
enable-cache: true
prune-cache: false
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
id: setup-python
with:
python-version-file: pyproject.toml
- uses: ./.github/actions/python-versions