Add CI/CD pipeline with Forgejo Actions #33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
No
.forgejo/workflows/directory. No automated quality gates run on push:Suggested implementation
Create
.forgejo/workflows/ci.yml:Created
.forgejo/workflows/ci.ymlwith:actions/checkout@v4+oven-sh/setup-bun@v2bun installbun run fmt.checkbun run lintbun run build.typesbun run scripts/validate-article.tsbun run build.serverPushed in commit
6f1688a. Closes #33.