actions-playground/.gitea/workflows/ci.yaml

10 lines
110 B
YAML
Raw Normal View History

2023-03-24 09:18:51 +00:00
name: CI
on:
2023-03-24 09:28:29 +00:00
- push
2023-03-24 09:18:51 +00:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3