Skip to content

chore: organize ci workflow files #489

chore: organize ci workflow files

chore: organize ci workflow files #489

Workflow file for this run

name: Standard CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
mac:
uses: ./.github/std.yml

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
runs-on: macOS-12
secrets: inherit
linux:
uses: ./.github/std.yml
with:
runs-on: ubuntu-latest
secrets: inherit