Skip to content

Bump image from 0.24.4 to 0.25.1 #108

Bump image from 0.24.4 to 0.25.1

Bump image from 0.24.4 to 0.25.1 #108

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: actions-rs/toolchain@v1
with:
toolchain: stable
- name: build
uses: actions-rs/cargo@v1
with:
command: build
- name: test
uses: actions-rs/cargo@v1
with:
command: test
- name: check formatting
uses: actions-rs/cargo@v1
with:
command: fmt
args: --check