Skip to content

Remove collectstatic from deployment for now #163

Remove collectstatic from deployment for now

Remove collectstatic from deployment for now #163

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: "Run Pytest"
steps:
- name: "Checkout Repo"
uses: actions/checkout@v4
- name: Run Pytest
uses: dagger/dagger-for-github@v5
with:
verb: call
args: "linters test"
version: "0.12.6"