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:
3
.github/workflows/style-check.yml
vendored
3
.github/workflows/style-check.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user