Skip to content

Commit

Permalink
CI: fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed May 21, 2024
1 parent ad14e54 commit 087fb0c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ on:
- '**/*.yml'

workflow_dispatch:
jobs:
yaml-syntax-check:
runs-on: ubuntu-24.04
strategy:
fail-fast: false

jobs:
yaml-syntax-check:
runs-on: ubuntu-24.04

steps:
- name: checkout v4
Expand Down

0 comments on commit 087fb0c

Please sign in to comment.