Files
node-code/.gitea/workflows/test.yml
Gitea 2b87dd186a
Some checks are pending
CI / build (push) Waiting to run
second commit
2026-04-16 14:55:10 +05:30

14 lines
182 B
YAML

name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello from Gitea Actions"