Compare commits

..

2 Commits

Author SHA1 Message Date
452fe85d26 Merge branch 'develop' of ssh://git.s1d3sw1ped.com:2222/s1d3sw1ped/SwipedModSwitcher into develop
All checks were successful
pull request validation / build and run tests (pull_request) Successful in 3m25s
2024-03-10 15:12:07 -05:00
8de631afa2 no need to checkout the entire repo 2024-03-10 15:12:00 -05:00
3 changed files with 0 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ on:
push:
branches:
- "master"
- "develop"
jobs:
build:
@@ -14,8 +13,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup go
uses: actions/setup-go@v5
with:

View File

@@ -14,8 +14,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup go
uses: actions/setup-go@v5
with:

View File

@@ -10,8 +10,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup go
uses: actions/setup-go@v5
with: