Skip to content

feat: Minor cleanup of docs and trait defs. (#112) #20

feat: Minor cleanup of docs and trait defs. (#112)

feat: Minor cleanup of docs and trait defs. (#112) #20

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
env:
RUSTFLAGS: -Dwarnings
CARGO_TERM_COLOR: always
jobs:
test-linux:
name: Test (Ubuntu)
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Building
run: cargo build --verbose
- name: Testing (Rust)
run: cargo test --verbose
- name: Linting
run: cargo clippy --verbose
conventional-commits:
name: Conventional Commits
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]