Skip to content

bump version to 0.3.0-alpha.4 #3

bump version to 0.3.0-alpha.4

bump version to 0.3.0-alpha.4 #3

Workflow file for this run

name: Format code
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
format:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Format
run: cargo fmt --all -- --check