Skip to content

fix: restore io error (#10) #43

fix: restore io error (#10)

fix: restore io error (#10) #43

Workflow file for this run

name: CI # Continuous Integration
on:
push:
branches: [main]
pull_request:
# simplest example of using the rust-base action
jobs:
rust-library-base:
uses: init4tech/actions/.github/workflows/rust-library-base.yml@main
with:
require-lockfile: true
rust-profile: "ci-rust"