Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

chore(deps): bump cachix/cachix-action from 14 to 15 #13

chore(deps): bump cachix/cachix-action from 14 to 15

chore(deps): bump cachix/cachix-action from 14 to 15 #13

Workflow file for this run

name: Code Quality Checks
on:
pull_request:
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Spell Check with Typos
uses: crate-ci/[email protected]
with:
config: ./.github/typos.toml
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: baptiste0928/cargo-install@v3
with:
crate: taplo-cli
- run: taplo fmt --check