Qubot a02c7b9302
Some checks failed
Explore-Gitea-Actions
test mvn
2023-08-01 23:22:13 +08:00

10 lines
237 B
YAML

name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: apt install maven
- run: apt update
- run: mvn