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 063cd16 commit 19d82b0Copy full SHA for 19d82b0
.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@238aa5ee908afba9f906641b51f82bb81572f66a
+ 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