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

13 lines
218 B
YAML

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- name: Hello world
run: docker run hello-world