🤖 triggering CI on branch 'release-next' after synching from upstream/main #1348
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Func Check Schema | |
on: [pull_request] | |
jobs: | |
check: | |
name: Check Schema | |
strategy: | |
matrix: | |
os: ["ubuntu-latest"] | |
runs-on: ${{ matrix.os }} | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/composite/go-setup | |
- name: Check that 'func.yaml schema' is up-to-date | |
run: make schema-check |