Add basic user sign-up and login with django-allauth #134
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
ruff: | |
runs-on: ubuntu-latest | |
name: Ruff Format | |
steps: | |
- name: "Checkout Repo" | |
uses: actions/checkout@v4 | |
- name: Check formatting using Ruff | |
uses: dagger/dagger-for-github@v5 | |
with: | |
verb: call | |
args: "linters format" | |
version: "0.12.6" |