Skip to content

Commit

Permalink
Merge branch 'main' into page-object-model
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Oct 14, 2022
2 parents 7331860 + 7e3dd9e commit f590396
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 9 deletions.
26 changes: 26 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "iamyuu",
"name": "Yusuf",
"avatar_url": "https://avatars.githubusercontent.com/u/45778229?v=4",
"profile": "http://iamyuu.dev",
"contributions": [
"doc",
"bug"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "senar.ai",
"projectOwner": "zainfathoni"
}
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
e2e:
name: ⚙️ End-to-end test
if:
# ignore all-contributors PRs
${{ github.repository == 'zainfathoni/senar.ai' &&
!contains(github.head_ref, 'all-contributors') }}
${{ github.repository == 'zainfathoni/senar.ai' }}
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
lint:
name: 🔬 Lint
if:
# ignore all-contributors PRs
${{ github.repository == 'zainfathoni/senar.ai' &&
!contains(github.head_ref, 'all-contributors') }}
${{ github.repository == 'zainfathoni/senar.ai' }}
runs-on: ubuntu-latest
steps:
- name: 🐑 Clone repository
Expand Down Expand Up @@ -57,9 +55,7 @@ jobs:
unit-test:
name: 🧪 Unit and integration test
if:
# ignore all-contributors PRs
${{ github.repository == 'zainfathoni/senar.ai' &&
!contains(github.head_ref, 'all-contributors') }}
${{ github.repository == 'zainfathoni/senar.ai' }}
runs-on: ubuntu-latest
steps:
- name: 🐑 Clone repository
Expand Down
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Senar.ai
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

A crowdsourcing platform for children education.

Expand Down Expand Up @@ -93,3 +96,25 @@ Commands to know:
connection to a database branch for a local client
- `pscale database dump <DATABASE_NAME> <BRANCH_NAME> --output prisma/dumps/xx` -
backup and dump the specified database

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="http://iamyuu.dev"><img src="https://avatars.githubusercontent.com/u/45778229?v=4?s=100" width="100px;" alt="Yusuf"/><br /><sub><b>Yusuf</b></sub></a><br /><a href="https://github.com/zainfathoni/senar.ai/commits?author=iamyuu" title="Documentation">📖</a> <a href="https://github.com/zainfathoni/senar.ai/issues?q=author%3Aiamyuu" title="Bug reports">🐛</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit f590396

Please sign in to comment.