Skip to content

update s2i GA image on func-s2i task #831

update s2i GA image on func-s2i task

update s2i GA image on func-s2i task #831

Workflow file for this run

name: Func Check Schema
on: [pull_request]
jobs:
check:
name: Check Schema
strategy:
matrix:
go: [1.20.2]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Check that 'func.yaml schema' is up-to-date
run: make schema-check