ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep) #4
5
.gitea/workflows/ci.yml
Normal file
5
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,5 @@
|
||||
name: CI
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
validate:
|
||||
uses: molecule-ai/molecule-ci/.gitea/workflows/validate-plugin.yml@main
|
||||
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -1,5 +0,0 @@
|
||||
name: CI
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
validate:
|
||||
uses: molecule-ai/molecule-ci/.github/workflows/validate-plugin.yml@main
|
||||
Loading…
Reference in New Issue
Block a user