Skip to content

updating workflows and django version #100

updating workflows and django version

updating workflows and django version #100

Workflow file for this run

name: Code Metrics Analysis (radon)
on:
push:
branches-ignore:
- main
jobs:
radon:
runs-on: ubuntu-latest
name: "radon"
if: github.event.created == false # Skip if this push created a new branch
steps:
- uses: actions/checkout@v3
- uses: davidslusser/actions_python_radon@v1.0.0
with:
src: "django_project"