Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OysteinThuen committed Mar 15, 2024
1 parent 509992f commit 9131c9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@ jobs:
path: 'terraform'
```


# Development

## Yaml format

```bash
yarn global add prettier
prettier --single-quote .github/workflows/* **/action.yml README.md -w
yarn global add prettier
prettier --single-quote .github/workflows/* **/action.yml README.md -w
# OR
prettier --single-quote .github/workflows/* **/action.yml README.md -w --end-of-line crlf
```
```

0 comments on commit 9131c9f

Please sign in to comment.