Skip to content

[MM-54925] Bump calls-offloader to v0.4.1 #199

[MM-54925] Bump calls-offloader to v0.4.1

[MM-54925] Bump calls-offloader to v0.4.1 #199

Workflow file for this run

name: "Validate PR"
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: Lint Project
runs-on: ubuntu-22.04
steps:
# Checkout everything since ct uses git diff to determine charts
- name: Checkout
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
with:
fetch-depth: 0
- name: Execute Lint
run: make lint
test:
name: Test
runs-on: ubuntu-22.04
needs:
- lint
steps:
# Checkout everything since ct uses git diff to determine charts
- name: Checkout
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
with:
fetch-depth: 0
- name: Execute Tests
run: make test