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

13 lines
218 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
2023-03-24 14:29:28 +00:00
container: catthehacker/ubuntu:act-latest
2023-03-24 09:18:51 +00:00
steps:
- uses: actions/checkout@v3
2023-03-24 14:31:10 +00:00
- name: Hello world
run: docker run hello-world