Skip to content

feat: add --hash flag to CLI commands (#119) #38

feat: add --hash flag to CLI commands (#119)

feat: add --hash flag to CLI commands (#119) #38

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]