ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep) #4

Merged
sdk-lead merged 1 commits from ci-rename-github-to-gitea into main 2026-05-10 21:18:11 +00:00
2 changed files with 5 additions and 5 deletions

5
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,5 @@
name: CI
on: [push, pull_request]
jobs:
validate:
uses: molecule-ai/molecule-ci/.gitea/workflows/validate-plugin.yml@main

View File

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