Skip to content

Commit

Permalink
Merge 79d9f1d into 5d026f2
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Feb 13, 2020
2 parents 5d026f2 + 79d9f1d commit d6261ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@master
uses: actions/checkout@v2

- name: "Run DOCtor-RST"
uses: docker://oskarstark/doctor-rst
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'

- run: gem install yaml-lint

- name: "Linting..."
run: make lint-yaml

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:

steps:
- name: "Close stale issues and pull requests"

uses: "actions/stale@v1.1.0"

with:
days-before-close: 7
days-before-stale: 180
Expand Down

0 comments on commit d6261ee

Please sign in to comment.