Skip to content

Update dependency org.slf4j:slf4j-api to v2.0.17 #210

Update dependency org.slf4j:slf4j-api to v2.0.17

Update dependency org.slf4j:slf4j-api to v2.0.17 #210

Workflow file for this run

name: Checks
on:
push:
pull_request:
branches:
- develop
jobs:
checks:
runs-on: ubuntu-latest
container:
image: docker/tilt:latest
steps:
- uses: actions/checkout@v4
- uses: azure/[email protected]
- name: Create k8s Kind Cluster
run: ctlptl create cluster kind --registry=ctlptl-registry
- name: Test Using Local Config
run: tilt ci --timeout "5m"