Skip to content

Bump check-manifest from 0.49 to 0.50 #57

Bump check-manifest from 0.49 to 0.50

Bump check-manifest from 0.49 to 0.50 #57

Workflow file for this run

name: Django CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
make devinstall
- name: Run Tests
run: |
make