Files
devranta/.gitea/workflows/build.yaml
T
retoor e50dc25cc1
devranta build / build (push) Successful in 57s
Update README.md and build fix.
2024-12-02 17:43:40 +01:00

18 lines
408 B
YAML

name: devranta build
run-name: devranta async devRant api client build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: make build
- run: make install
- run: make run
- run: make test