Skip to content

Merge pull request #15 from yoshidan/trim_left_zero_from_value #50

Merge pull request #15 from yoshidan/trim_left_zero_from_value

Merge pull request #15 from yoshidan/trim_left_zero_from_value #50

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --all -- --check
- run: cargo test
- run: make lint-tools
- run: make lint