feat: migrate from GitLab CI to Gitea Actions #260

Merged
argoyle merged 1 commits from feat/gitea-actions into main 2026-01-08 14:47:12 +00:00
+19
View File
@@ -0,0 +1,19 @@
name: robotframework
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v4
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push