File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+   ;   ;   ;   ;
7+ ![ ] ( https://github.com/amanshuraikwar/amanshuraikwar.github.io/actions/workflows/main.yml/badge.svg?branch=trunk )
8+   ;   ;   ;   ;
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+
316This is my portfolio. It is a KMM project which runs on Web, Android, iOS.
417
518The business logic is written in Kotlin.
You can’t perform that action at this time.
0 commit comments