Skip to content

Commit

Permalink
run npx prettier --write **.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Sep 13, 2024
1 parent 531f483 commit fc677e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
paths-ignore:
- '**.md'
- "**.md"
pull_request:
paths-ignore:
- '**.md'
- "**.md"

jobs:
build:
Expand Down

0 comments on commit fc677e6

Please sign in to comment.