Skip to content

Leave this part not automated for now, map the fields from Kubernetes… #11

Leave this part not automated for now, map the fields from Kubernetes…

Leave this part not automated for now, map the fields from Kubernetes… #11

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
branches:
- master
paths-ignore:
- '**.md'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x
- name: Check if workspace is dirty
run: task dirty-check