Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

chore(release): 1.0.4 #2

chore(release): 1.0.4

chore(release): 1.0.4 #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Cache cargo registry
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-registry-
- name: Build workspace
run: cargo build --workspace --all-targets --verbose
- name: Run tests
run: cargo test --workspace --verbose
- name: Run ACS validate
run: cargo run -p cli -- validate