nucleus/.gitea/workflows/builder.yaml
Luciano Giacchetta d91c1d13ff Fix 1 - migrar-js-a-ts (#2)
Reviewed-on: #2
Co-authored-by: Luciano Giacchetta <giacchetta-@outlook.com>
Co-committed-by: Luciano Giacchetta <giacchetta-@outlook.com>
2025-07-03 17:52:58 -03:00

17 lines
318 B
YAML

name: CodyOps Nucleus Builder
on:
pull_request:
branches:
- main
jobs:
build-conteiner:
runs-on: fedora-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Make Build
run: make build
- name: Make Deploy
run: make deploy