Add forgejo workflows support #53

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2024-02-11 19:43:38 +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