Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Sep 25, 2024
1 parent 42ca4cf commit 665d464
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ module.exports = {
},
],
},
{
// actions yml linter
files: ['.github/**/*.yml'],

rules: {
'yml/no-empty-mapping-value': 0,
},
},
{
// es linter
files: ['*.ts', '*.js'],
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/push-to-algolia-doc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Push specs and snippets to Algolia doc

on:
workflow_dispatch:
inputs:
fake_input:
description: input needed to satisfy the yaml linter
required: false
on: workflow_dispatch

jobs:
release:
Expand All @@ -23,6 +18,7 @@ jobs:
with:
type: minimal

- run: FORCE=true yarn workspace scripts pushToAlgoliaDoc
- run: yarn workspace scripts pushToAlgoliaDoc
env:
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
FORCE: true
4 changes: 0 additions & 4 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
schedule:
- cron: '0 14 * * 5' # At 14:00 on Friday.
workflow_dispatch:
inputs:
fake_input:
description: input needed to satisfy the yaml linter
required: false

jobs:
renovate:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/scheduled-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
schedule:
- cron: '30 6 * * 2'
workflow_dispatch:
inputs:
fake_input:
description: input needed to satisfy the yaml linter
required: false

jobs:
release:
Expand Down

0 comments on commit 665d464

Please sign in to comment.