8000 test: upgrade podman-next packages to fedora 41 for nightly podman test · knative/func@e81ee3c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

upgrade podman-next packages to fedora 41 for nightly podman test #5698

upgrade podman-next packages to fedora 41 for nightly podman test

upgrade podman-next packages to fedora 41 for nightly podman test #5698

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: knative/actions/setup-go@main
- name: Check that 'func.yaml schema' is up-to-date
run: make schema-check
0