Merge pull request #169 from sous-chefs/automated/standardfiles

Automated PR: Standardising Files
This commit is contained in:
Lance Albertson 2021-05-11 15:09:40 -07:00 committed by GitHub
commit 55bf044ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
uses: actions/checkout@main
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:

View File

@ -2,14 +2,11 @@
name: Mark stale issues and pull requests
"on":
schedule:
- cron: "0 0 * * *"
schedule: [cron: "0 0 * * *"]
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:

View File

@ -5,3 +5,9 @@ rules:
max: 256
level: warning
document-start: disable
braces:
forbid: false
min-spaces-inside: 0
max-spaces-inside: 1
min-spaces-inside-empty: -1
max-spaces-inside-empty: -1