Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
skip-cache: true
working-directory: ./ios/server
working-directory: ./ios-engineer/server

security:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-input: ${{ env.GO_VERSION }}
work-dir: ./ios/server
work-dir: ./ios-engineer/server

build:
runs-on: ubuntu-latest
Expand All @@ -45,5 +45,5 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Build go code
working-directory: ./ios/server
working-directory: ./ios-engineer/server
run: go build
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ios/server/go.mod → ios-engineer/server/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/hearthands/challenges/ios/server
module github.com/hearthands/challenges/ios-engineer/server

go 1.22.5

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Challenges [![ci status](https://github.com/hearthandsinc/challenges/actions/workflows/ci.yml/badge.svg)](https://github.com/hearthandsinc/challenges/actions/workflows/ci.yml)

This repository contains the [Heart Hands](https://hearthands.tech/) engineering
challenges for [iOS](./ios) and [backend](./backend) positions.
This repository contains the [Heart Hands](https://hearthands.tech/) challenges
for the [iOS](./ios-engineer), [design](./design-engineer), and
[backend](./backend-engineer) engineers positions.

## Feedbacks

Expand Down