Skip to content

Commit

Permalink
🎨 add review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Mar 14, 2022
1 parent e63043d commit 1404680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/template_yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:
jobs:
yamllint:

runs-on: ubuntu-latest
name: yamllint
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ rules:
indent-sequences: true
line-length: disable
truthy:
allowed-values: ['true', 'false', 'on']
allowed-values: ['true', 'false', 'on']

0 comments on commit 1404680

Please sign in to comment.