Skip to content

Commit 931124e

Browse files
chore: move challenges and update readmes (#7)
1 parent 291254d commit 931124e

File tree

12 files changed

+7
-7
lines changed

12 files changed

+7
-7
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
with:
2828
version: ${{ env.GOLANGCI_LINT_VERSION }}
2929
skip-cache: true
30-
working-directory: ./ios/server
30+
working-directory: ./ios-engineer/server
3131

3232
security:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: golang/govulncheck-action@v1
3636
with:
3737
go-version-input: ${{ env.GO_VERSION }}
38-
work-dir: ./ios/server
38+
work-dir: ./ios-engineer/server
3939

4040
build:
4141
runs-on: ubuntu-latest
@@ -45,5 +45,5 @@ jobs:
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747
- name: Build go code
48-
working-directory: ./ios/server
48+
working-directory: ./ios-engineer/server
4949
run: go build
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/hearthands/challenges/ios/server
1+
module github.com/hearthands/challenges/ios-engineer/server
22

33
go 1.22.5
44

0 commit comments

Comments
 (0)