10 lines
173 B
YAML
10 lines
173 B
YAML
|
name: Mockband
|
||
|
on: [push]
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on:
|
||
|
- arduino
|
||
|
steps:
|
||
|
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
||
|
- run: .gitea/build.sh
|