add demo action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m18s

This commit is contained in:
2025-07-17 01:48:53 +01:00
parent d49025a6b4
commit b3c59e02a2
31 changed files with 8474 additions and 1012 deletions

6
ui/eslint.config.mjs Normal file
View File

@ -0,0 +1,6 @@
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)