Skip to content

ci: use runner.os instead of matrix.os in platform conditions #3202

ci: use runner.os instead of matrix.os in platform conditions

ci: use runner.os instead of matrix.os in platform conditions #3202

Workflow file for this run

name: Check spell
on:
- pull_request
- push
jobs:
run:
name: Check spell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master