Skip to content

Commit

Permalink
Bump backend-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clay53 committed Feb 21, 2025
1 parent 9461c83 commit 2ab3220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: push
jobs:
backend-check:
name: "Backend Check"
uses: pennlabs/shared-actions/.github/workflows/django.yaml@507f4cf1cc88259fc8625fb3a35bd3f18fc91cd5
uses: pennlabs/shared-actions/.github/workflows/django.yaml@dce350275e1aa43afc3bf5662fd0855d24357a82
secrets: inherit
with:
projectName: pennclubs
Expand All @@ -17,6 +17,7 @@ jobs:
flake: false
black: false
ruff: true
dependencyManager: uv

build-backend:
name: Build backend
Expand Down

0 comments on commit 2ab3220

Please sign in to comment.