Skip to content

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 #24

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 #24

Workflow file for this run

name: Run pre sanity
# run this workflow for each commit
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build dev image
run: make .build-image
- name: Build
run: make docker-build
- name: Tests
run: make docker-coverage
- name: Checks
run: make docker-check