Skip to content

Commit

Permalink
ytests
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 18, 2024
1 parent fe9d630 commit 9e40bba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/a.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: validate schemas with KCL

on:
pull_request:
paths:
- 'directory/with/yaml/files/config**'
on: ["push", "pull_request"]

env:
KCL_VERSION: 0.9.0

jobs:
validate:
name: validate with KCL
runs-on: [ubuntu-latest, macos-latest]
strategy:
matrix:
os: [macos-12, macos-13, macos-latest, v]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
name: checkout code
Expand Down

0 comments on commit 9e40bba

Please sign in to comment.