Skip to content

Bump image from 0.25.2 to 0.25.4 #74

Bump image from 0.25.2 to 0.25.4

Bump image from 0.25.2 to 0.25.4 #74

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: build
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- run: cargo build
- run: cargo test
- run: cargo fmt --check