Chore: Ignore generated files from .svelte-kit for prettier & make video tests more stable (#1500)

* Chore: Ignore generated files from .svelte-kit for prettier

* Create serious-eggs-greet.md

* Apply formatting changes

* Trigger CI

* Make video tests more stable

* Apply formatting changes

* Exclude ambient.d.ts from format as it isn't deterministic
This commit is contained in:
Justin Halsall
2024-06-10 10:04:03 +02:00
committed by GitHub
parent 2606a2a28f
commit 27e02aa05c
6 changed files with 544 additions and 513 deletions

View File

@@ -8,7 +8,7 @@ jobs:
name: ESLint Check and Report Upload
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
@@ -93,3 +93,4 @@ jobs:
with:
commit_message: Apply formatting changes
branch: ${{ github.head_ref }}
file_pattern: ':!packages/rrweb-player/.svelte-kit/ambient.d.ts'