Files
nprasad2077 4d633a39be
test / test (push) Successful in 5s
test actions
2026-09-17 16:15:59 -05:00

11 lines
165 B
YAML

# .gitea/workflows/test.yml
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node --version