Merge pull request 'ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)' (#5) from ci-rename-github-to-gitea into main
All checks were successful
CI / validate (push) Successful in 1m14s
All checks were successful
CI / validate (push) Successful in 1m14s
This commit is contained in:
commit
c994599c55
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