Skip to content

Commit 39770bd

Browse files
added workflow status in readme file
1 parent 7be1b5a commit 39770bd

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Theme Data Tests
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- trunk
8+
9+
jobs:
10+
web-build-html-js:
11+
runs-on: macos-11
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v2.3.1
15+
16+
- name: Set up JDK 11
17+
uses: actions/setup-java@v1
18+
with:
19+
java-version: 11
20+
21+
- name: Theme Data Tests
22+
run: |
23+
cd project-files/Portfolio
24+

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# My Portfolio
22

3+
<p align="center">
4+
5+
![](https://github.com/amanshuraikwar/amanshuraikwar.github.io/actions/workflows/build-web-html-js.yml/badge.svg?branch=trunk)
6+
&nbsp; &nbsp; &nbsp; &nbsp;
7+
![](https://github.com/amanshuraikwar/amanshuraikwar.github.io/actions/workflows/main.yml/badge.svg?branch=trunk)
8+
&nbsp; &nbsp; &nbsp; &nbsp;
9+
![](https://github.com/amanshuraikwar/amanshuraikwar.github.io/actions/workflows/theme-data-tests.yml/badge.svg?branch=trunk)
10+
</p>
11+
12+
13+
14+
15+
316
This is my portfolio. It is a KMM project which runs on Web, Android, iOS.
417

518
The business logic is written in Kotlin.

0 commit comments

Comments
 (0)