Skip to content

build(deps): bump arboard from 3.4.0 to 3.4.1 #395

build(deps): bump arboard from 3.4.0 to 3.4.1

build(deps): bump arboard from 3.4.0 to 3.4.1 #395

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
validating:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: format
run: cargo fmt --check --verbose
- name: building
run: cargo build --verbose
- name: testing
run: cargo test --verbose