Skip to content

chore(deps): bump thiserror from 2.0.18 to 2.0.20 #168

chore(deps): bump thiserror from 2.0.18 to 2.0.20

chore(deps): bump thiserror from 2.0.18 to 2.0.20 #168

Workflow file for this run

on: [pull_request, push]
name: CI
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: setup just
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
- name: install nightly rustfmt
run: rustup toolchain install nightly --component rustfmt --profile minimal
- name: rust cache
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.9.1
- name: check
run: just check