Add Forgejo Actions #13

Merged
wonderfulfrog merged 20 commits from feat/workflow into main 2025-04-14 21:11:14 -07:00
Showing only changes of commit 69c9178c47 - Show all commits

View file

@ -4,6 +4,8 @@ on: [push]
jobs:
build_and_deploy:
runs-on: docker
container:
image: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4