diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..27c2e43 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,5 @@ +name: CI +on: [push, pull_request] +jobs: + validate: + uses: molecule-ai/molecule-ci/.gitea/workflows/validate-plugin.yml@main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 26aeef0..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: CI -on: [push, pull_request] -jobs: - validate: - uses: molecule-ai/molecule-ci/.github/workflows/validate-plugin.yml@main