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 b9cd14dafe - Show all commits

View file

@ -3,7 +3,7 @@ on: [push]
jobs: jobs:
build_and_deploy: build_and_deploy:
runs-on: docker runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4