Skip to content

Commit

Permalink
cleanup GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 6, 2024
1 parent a9d251d commit c60f592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/index-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Generate Recipes Index
on:
push:
branches:
- '**' # This will trigger on push to any branch
- "**" # This will trigger on push to any branch
paths:
- 'docs/recipes/**'
- "docs/recipes/**"
workflow_dispatch:

jobs:
Expand All @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository

Check failure on line 16 in .github/workflows/index-recipes.yml

View workflow job for this annotation

GitHub Actions / 🧹 YAML Lint

16:5 [indentation] wrong indentation: expected 6 but found 4
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit c60f592

Please sign in to comment.