Skip to content

[Chore] Updated deps, fixed test to work in the current year #38

[Chore] Updated deps, fixed test to work in the current year

[Chore] Updated deps, fixed test to work in the current year #38

Workflow file for this run

name: Pre-commit checks
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.85.1
components: clippy
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: pre-commit/action@v3.0.1