1
Fork 0
gitea-branding/.gitea/workflows/ci.yml

20 lines
419 B
YAML

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: "https://github.com/actions/checkout@v3"
- name: Set up Python
uses: "https://github.com/actions/setup-python@v4"
with:
python-version: "3.11"
- name: Build
run: ./resize.py
- name: Upload
run: ./upload.py
- run: env