Implement forgejo actions workflows #24

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2023-11-05 17:00:29 +00:00
Showing only changes of commit aabb0a1bba - Show all commits

View file

@ -10,6 +10,11 @@ jobs:
runs-on: docker
container: alpine:3.18
steps:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Checkout 🛎️
uses: actions/checkout@v2
with: