Skip to content

Use Cargo.toml to generate clap command (#4) #10

Use Cargo.toml to generate clap command (#4)

Use Cargo.toml to generate clap command (#4) #10

Workflow file for this run

name: Build code
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
tags:
- "*"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: redhat-actions/buildah-build@v2
with:
image: gvltctl
containerfiles: ./Containerfile