Initial commit.
devranta build / build (push) Failing after 33s

This commit is contained in:
2024-12-02 17:41:02 +01:00
commit 81f00caa7e
26 changed files with 388 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
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 run
- run: make test