mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-07-28 13:33:59 +00:00
fix: prettier'd new code
This commit is contained in:
parent
67c85f314d
commit
ba41fb22cd
3 changed files with 13 additions and 13 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -2,9 +2,9 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: ["master"]
|
||||
branches-ignore: ['master']
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
branches: ['master']
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Release Please
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: ['master']
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue