init4-bin-base 0.19.0

Internal utilities for binaries produced by the init4 team
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Rust CI

on:
  workflow_dispatch:
  push:
    branches: [main]
  pull_request:
env:
  CARGO_TERM_COLOR: always

jobs:
  rust-library-base:
    uses: init4tech/actions/.github/workflows/rust-library-base.yml@main