Skip to content

chore: Bump github.com/siderolabs/gen from 0.4.6 to 0.4.7 #162

chore: Bump github.com/siderolabs/gen from 0.4.6 to 0.4.7

chore: Bump github.com/siderolabs/gen from 0.4.6 to 0.4.7 #162

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
-
name: Set up QEMU
uses: docker/[email protected]
-
name: Set up Docker Buildx
uses: docker/[email protected]
-
name: base
run: make base
-
name: unit-tests
run: make unit-tests
-
name: codecov
uses: codecov/[email protected]
with:
files: ./_out/coverage.txt
-
name: unit-tests-race
run: make unit-tests-race
-
name: lint
run: make lint