ci: add standard workspace template validation workflow

This commit is contained in:
Hongming Wang 2026-04-16 04:43:24 -07:00
parent 50d001013d
commit f2f7a10dea

5
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,5 @@
name: CI
on: [push, pull_request]
jobs:
validate:
uses: Molecule-AI/molecule-ci/.github/workflows/validate-workspace-template.yml@main