Skip to content

feat: add stapeln.toml container definition #97

feat: add stapeln.toml container definition

feat: add stapeln.toml container definition #97

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
permissions: read-all
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose