Skip to content

Commit

Permalink
chore: move challenges and update readmes (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericbeaumet authored Oct 16, 2024
1 parent 291254d commit 931124e
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
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

0 comments on commit 931124e

Please sign in to comment.