mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 08:32:21 +03:00
Auto-format YAML in the .github folder
This commit is contained in:
parent
401b4a6f23
commit
6542067138
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
|
||||||
liberapay: # Replace with a single Liberapay username
|
liberapay: # Replace with a single Liberapay username
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
otechie: # Replace with a single Otechie username
|
otechie: # Replace with a single Otechie username
|
||||||
custom: ['https://www.patreon.com/browniebroke']
|
custom: ["https://www.patreon.com/browniebroke"]
|
||||||
|
|
1
.github/workflows/django-issue-checker.yml
vendored
1
.github/workflows/django-issue-checker.yml
vendored
|
@ -9,7 +9,6 @@ on:
|
||||||
# Manual trigger
|
# Manual trigger
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
issue-manager:
|
issue-manager:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
1
.github/workflows/pre-commit-autoupdate.yml
vendored
1
.github/workflows/pre-commit-autoupdate.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
# Run pre-commit autoupdate every day at midnight
|
# Run pre-commit autoupdate every day at midnight
|
||||||
# and create a pull request if any changes
|
# and create a pull request if any changes
|
||||||
|
|
||||||
|
|
||||||
name: Pre-commit auto-update
|
name: Pre-commit auto-update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user