Skip to content

Commit

Permalink
chore: Prettier uses double quotes, ruamel.yaml uses single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Dec 31, 2021
1 parent 0ebf7ef commit e044b2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ index.html
_includes/*
*.min.css
README.md

# Prettier uses double quotes, ruamel.yaml uses single quotes
tests/**/*.yaml
10 changes: 5 additions & 5 deletions tests/test_yaml/2-expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- macos-latest
- windows-latest
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'

0 comments on commit e044b2c

Please sign in to comment.