Skip to content

chore(deps): Update Rust Stable to v1.95 (#89) #179

chore(deps): Update Rust Stable to v1.95 (#89)

chore(deps): Update Rust Stable to v1.95 (#89) #179

Workflow file for this run

name: pre-commit
permissions: {} # none
on:
pull_request:
push:
branches: [master]
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
pre-commit:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2
with:
prek-version: '0.3.9'