Skip to content

Bump django-cors-headers from 3.13.0 to 4.4.0 #12572

Bump django-cors-headers from 3.13.0 to 4.4.0

Bump django-cors-headers from 3.13.0 to 4.4.0 #12572

Workflow file for this run

name: black linter
on: [pull_request]
jobs:
black-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install black
- name: black Lint
uses: reviewdog/action-black@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning