mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Reformat code with automated tools
Apply standardized code style
This commit is contained in:
5
.github/workflows/integration-test.yml
vendored
5
.github/workflows/integration-test.yml
vendored
@@ -3,15 +3,14 @@ name: integration-test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ "main", "v[0-9]*" ]
|
||||
tags: [ "v[0-9]*" ]
|
||||
branches: ["main", "v[0-9]*"]
|
||||
tags: ["v[0-9]*"]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Weekly test (on branch main) every Thursday at 12:15 UTC.
|
||||
# (Used to monitor compatibility with ESP API changes.)
|
||||
- cron: "15 12 * * 4"
|
||||
|
||||
|
||||
jobs:
|
||||
skip_duplicate_runs:
|
||||
# Avoid running the live integration tests twice on the same code
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -14,7 +14,7 @@ name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: [ "v[0-9]*" ]
|
||||
tags: ["v[0-9]*"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -3,15 +3,14 @@ name: test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ "main", "v[0-9]*" ]
|
||||
tags: [ "v[0-9]*" ]
|
||||
branches: ["main", "v[0-9]*"]
|
||||
tags: ["v[0-9]*"]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Weekly test (on branch main) every Thursday at 12:00 UTC.
|
||||
# (Used to monitor compatibility with Django patches/dev and other dependencies.)
|
||||
- cron: "0 12 * * 4"
|
||||
|
||||
|
||||
jobs:
|
||||
get-envlist:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user