Skip to content

chore(deps): bump thiserror from 1.0.61 to 1.0.63 #58

chore(deps): bump thiserror from 1.0.61 to 1.0.63

chore(deps): bump thiserror from 1.0.61 to 1.0.63 #58

Workflow file for this run

---
name: Pre-Commit
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install cargo-about
run: cargo install --locked cargo-about
- uses: pre-commit/[email protected]