Skip to content

Matrix!

Matrix! #6

Workflow file for this run

name: Touch Bun
on:
push:
jobs:
touch:
strategy:
matrix:
os:
- windows-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun x cowsay "Hello, world!"