11 lines
187 B
YAML
11 lines
187 B
YAML
name: test
|
|
run-name: Running build for ${{ gitea.actor }}
|
|
on: [push]
|
|
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Run a command
|
|
run: curl https://libre.moe
|