We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210ab18 commit 9aa38a8Copy full SHA for 9aa38a8
.github/workflows/lib-checks.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: "Checkout Repository"
35
uses: actions/checkout@v5
36
- name: "Setup UV"
37
- uses: ./.github/workflows/sync-uv.yml
+ uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
38
with:
39
groups: 'dev'
40
- name: "Run codespell"
@@ -69,7 +69,7 @@ jobs:
69
70
python-version: "3.13"
71
72
73
74
75
- name: "Setup cache"
0 commit comments