name: Gitea Actions Test - Make
run-name: make
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: trintignant
steps:
- run: pwd
- run: cd ${{ gitea.workspace }}; make
- run: cd ${{ gitea.workspace }}; make install