Files
robotframework/.gitea/workflows/ci.yaml
T
renovate fbb596dc72
renovate/stability-days Updates have met minimum release age requirement
robotframework / build (pull_request) Successful in 6m58s
chore(deps): update actions/checkout action to v7
2026-06-20 18:10:35 +00:00

21 lines
442 B
YAML

name: robotframework
on:
push:
branches: [main]
tags: ['v*']
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v7
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push