Implement forgejo actions workflows #24

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2023-11-05 17:00:29 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d16bb55c3c - Show all commits

View file

@ -6,7 +6,7 @@ on:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v3

View file

@ -6,7 +6,7 @@ on:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v3