Skip to content

Commit

Permalink
Merge branch 'main' into addTestForBugReportForm
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelChen authored Feb 2, 2025
2 parents e701896 + f75f584 commit 6609862
Show file tree
Hide file tree
Showing 24 changed files with 1,027 additions and 288 deletions.
18 changes: 18 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,24 @@
"contributions": [
"code"
]
},
{
"login": "ofirc77",
"name": "ofirc77",
"avatar_url": "https://avatars.githubusercontent.com/u/170853216?v=4",
"profile": "https://github.com/ofirc77",
"contributions": [
"code"
]
},
{
"login": "GuyKe5",
"name": "Guy Keren",
"avatar_url": "https://avatars.githubusercontent.com/u/101594251?v=4",
"profile": "https://github.com/GuyKe5",
"contributions": [
"code"
]
}
]
}
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: Get Commit Hash and generate Version File
run: echo "${{ github.event.pull_request.head.sha }}" >> public/hash.txt
- name: Run install
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: docker-image
path: /tmp/docker-image.tar
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
env:
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# production
/dist
sitemap.xml

# misc
.DS_Store
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ https://github.com/hasadna/open-bus-map-search/blob/main/src/model/busStop.ts#L4
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rivka14"><img src="https://avatars.githubusercontent.com/u/85113156?v=4?s=100" width="100px;" alt="Rivka Weiss"/><br /><sub><b>Rivka Weiss</b></sub></a><br /><a href="#code-rivka14" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/EstherKal"><img src="https://avatars.githubusercontent.com/u/160218199?v=4?s=100" width="100px;" alt="EstherKalsmith"/><br /><sub><b>EstherKalsmith</b></sub></a><br /><a href="#code-EstherKal" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ofirc77"><img src="https://avatars.githubusercontent.com/u/170853216?v=4?s=100" width="100px;" alt="ofirc77"/><br /><sub><b>ofirc77</b></sub></a><br /><a href="#code-ofirc77" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/GuyKe5"><img src="https://avatars.githubusercontent.com/u/101594251?v=4?s=100" width="100px;" alt="Guy Keren"/><br /><sub><b>Guy Keren</b></sub></a><br /><a href="#code-GuyKe5" title="Code">💻</a></td>
</tr>
</tbody>
</table>

Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module.exports = [
'eslint.config.js',
'.nx',
'jest.config.ts',
'sitemap.js',
'public',
],
},
Expand Down
Loading

0 comments on commit 6609862

Please sign in to comment.