Skip to content

feat: Add new containerProbe type exec for command execution #2

feat: Add new containerProbe type exec for command execution

feat: Add new containerProbe type exec for command execution #2

Workflow file for this run

name: Test JSON schema
on:
push:
branches: main
pull_request:
paths:
- 'samples/**'
- 'Makefile'
- 'score-*.json'
- '.github/workflows/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: make test