Skip to content

Bump streetsidesoftware/cspell-action from 7 to 8 #64

Bump streetsidesoftware/cspell-action from 7 to 8

Bump streetsidesoftware/cspell-action from 7 to 8 #64

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: swatinem/rust-cache@v2
- run: cargo build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: swatinem/rust-cache@v2
- run: cargo test