sandkiste/.gitea/workflows/deploy.yaml

11 lines
186 B
YAML
Raw Normal View History

2023-07-09 21:54:12 +02:00
name: Gitea Actions Test - Make
run-name: make
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: trintignant
steps:
- run: pwd
- run: make
- run: make install