Skip to content

anotehr

anotehr #448

Workflow file for this run

name: something-else
on:
push:
branches:
- '*'
jobs:
micro_checks:
name: Check thing
strategy:
fail-fast: false
matrix:
include:
- os: windows-latest
- os: ubuntu-latest
- os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: cargo run