Skip to content

fix(template): show issuer name in Bill From; ignore empty string fie… #9

fix(template): show issuer name in Bill From; ignore empty string fie…

fix(template): show issuer name in Bill From; ignore empty string fie… #9

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: fmt
run: cargo fmt --all -- --check
- name: clippy
run: cargo clippy --all-targets -- -D warnings
- name: test
run: cargo test --all-features --locked