Skip to content

chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#447) #755

chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#447)

chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#447) #755

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
name: check MSRV
jobs:
# check at least it can build
check-msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@1.88.0
- name: Build
run: cargo build