Skip to content

Improve git actions and readme #43

Improve git actions and readme

Improve git actions and readme #43

Workflow file for this run

name: django-fsm linting
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: pre-commit/[email protected]