Skip to content

docs: restructure all four READMEs and document the sync rule #1574

docs: restructure all four READMEs and document the sync rule

docs: restructure all four READMEs and document the sync rule #1574

Workflow file for this run

name: Smoke test
on:
push:
pull_request:
jobs:
smoke_test_ubuntu:
uses: ./.github/workflows/smoke_test_reuse_job.yml
with:
run_on: ubuntu-latest
smoke_test_macos:
uses: ./.github/workflows/smoke_test_reuse_job.yml
with:
run_on: macos-latest
smoke_test_windows:
uses: ./.github/workflows/smoke_test_reuse_job.yml
with:
run_on: windows-latest