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 1a3b90a commit 589e020Copy full SHA for 589e020
.github/workflows/build-and-deploy.yaml
@@ -6,7 +6,7 @@ on: push
6
jobs:
7
backend-check:
8
name: "Backend Check"
9
- uses: pennlabs/shared-actions/.github/workflows/django.yaml@507f4cf1cc88259fc8625fb3a35bd3f18fc91cd5
+ uses: pennlabs/shared-actions/.github/workflows/django.yaml@b227580b1791e5812e58c1244595452fc848eff5
10
secrets: inherit
11
with:
12
projectName: pennmobile
@@ -15,6 +15,7 @@ jobs:
15
flake: true
16
black: true
17
ruff: false
18
+ dependencyManager: uv
19
20
frontend-check:
21
name: "Frontend Check"
0 commit comments