Skip to content

Commit 0a386ff

Browse files
committed
style(ui): style and darkmode
1 parent f32e486 commit 0a386ff

File tree

12 files changed

+538
-250
lines changed

12 files changed

+538
-250
lines changed

.github/workflows/qodana.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: Qodana
2-
3-
on:
4-
push:
5-
branches: [ master ]
6-
paths-ignore: [ '**.md', '**.MD' ]
7-
pull_request:
8-
branches: [ master ]
9-
paths-ignore: [ '**.md', '**.MD' ]
10-
workflow_dispatch:
11-
12-
jobs:
13-
build:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v2
17-
18-
- uses: JetBrains/[email protected]
19-
with:
20-
linter: jetbrains/qodana-jvm-android:latest
21-
fail-threshold: 10
1+
name: Qodana
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
paths-ignore: [ '**.md', '**.MD' ]
7+
pull_request:
8+
branches: [ master ]
9+
paths-ignore: [ '**.md', '**.MD' ]
10+
workflow_dispatch:
11+
12+
jobs:
13+
build:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v2
17+
18+
- uses: JetBrains/[email protected]
19+
with:
20+
linter: jetbrains/qodana-jvm-android:latest
21+
fail-threshold: 10

0 commit comments

Comments
 (0)