Auto-format YAML in the .github folder

This commit is contained in:
Bruno Alla 2021-11-19 22:06:56 +00:00
parent 401b4a6f23
commit 6542067138
6 changed files with 102 additions and 104 deletions

2
.github/FUNDING.yml vendored
View File

@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://www.patreon.com/browniebroke']
custom: ["https://www.patreon.com/browniebroke"]

View File

@ -9,7 +9,6 @@ on:
# Manual trigger
workflow_dispatch:
jobs:
issue-manager:
runs-on: ubuntu-latest

View File

@ -1,7 +1,6 @@
# Run pre-commit autoupdate every day at midnight
# and create a pull request if any changes
name: Pre-commit auto-update
on: