Skip to content

chore: update GH actions #4812

chore: update GH actions

chore: update GH actions #4812

Workflow file for this run

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