WIP: Add GitHub Actions CI #1

Draft
vlw wants to merge 2 commits from feat/ci into master
vlw commented 2023-10-06 14:22:59 +02:00 (Migrated from codeberg.org)
No description provided.
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/ci:feat/ci
git switch feat/ci

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff feat/ci
git switch feat/ci
git rebase master
git switch master
git merge --ff-only feat/ci
git switch feat/ci
git rebase master
git switch master
git merge --no-ff feat/ci
git switch master
git merge --squash feat/ci
git switch master
git merge --ff-only feat/ci
git switch master
git merge feat/ci
git push origin master
Sign in to join this conversation.
No description provided.