Skip to content

chore(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0 #327

chore(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0

chore(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0 #327

Workflow file for this run

# This catches typos.
name: Typo
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: "full"
concurrency:
group: Typo-${{ github.ref }}
cancel-in-progress: true
jobs:
typo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Spell Check
uses: crate-ci/typos@master