diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b56dd23c14d67e0..641dea1cbb7aa78 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,9 +1,8 @@ - on: pull_request: {} workflow_dispatch: {} schedule: - - cron: '0 4 * * *' + - cron: "0 4 * * *" name: Semgrep config jobs: semgrep: diff --git a/.prettierignore b/.prettierignore index 502980c2b41d488..8187e003b0cd1f8 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,3 +4,5 @@ dist .github/CODEOWNERS public/_redirects public/analytics/static/downloads/main.css +src/content/workers-ai-models/*.json +tests/fixtures/openapi.json \ No newline at end of file diff --git a/src/asides.css b/src/asides.css index 71751b68cc447f1..2760fbcdb7aa94f 100644 --- a/src/asides.css +++ b/src/asides.css @@ -8,7 +8,6 @@ &.starlight-aside--caution { background-color: rgb(255, 248, 228); - } .starlight-aside__title { @@ -33,4 +32,4 @@ .starlight-aside--caution { background-color: rgb(98, 73, 10); } -} \ No newline at end of file +} diff --git a/src/components/Flex.astro b/src/components/Flex.astro index ba0b5ad2c706b0c..e3d03f3928a2f62 100644 --- a/src/components/Flex.astro +++ b/src/components/Flex.astro @@ -1,3 +1,3 @@