Skip to content

Commit

Permalink
Merge pull request sous-chefs#208 from sous-chefs/automated/standardf…
Browse files Browse the repository at this point in the history
…iles

Automated PR: Standardising Files
  • Loading branch information
ramereth authored May 11, 2021
2 parents ad2848a + af98b3c commit 63ab649
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63ab649

Please sign in to comment.