File tree Expand file tree Collapse file tree 5 files changed +1929
-5
lines changed Expand file tree Collapse file tree 5 files changed +1929
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
concurrency :
8
8
cancel-in-progress : true
9
- group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9
+ group : check- ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10
10
11
11
env :
12
12
GRADLE_OPTS : " -Dorg.gradle.daemon=true"
Original file line number Diff line number Diff line change 8
8
env :
9
9
GRADLE_OPTS : " -Dorg.gradle.daemon=true"
10
10
11
+ concurrency :
12
+ cancel-in-progress : true
13
+ group : pr-${{ github.workflow }}-${{ github.head_ref || github.ref }}
14
+
11
15
jobs :
12
16
check :
13
17
uses : ./.github/workflows/check.yml
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: Release
2
2
3
3
on :
4
4
push :
5
- paths-ignore :
6
- - website/**
5
+ paths-ignore :
6
+ - ' website/**'
7
+ - ' **/*.md'
7
8
branches :
8
9
- master
9
10
workflow_dispatch :
29
30
env :
30
31
GRADLE_OPTS : " -Dorg.gradle.daemon=true"
31
32
33
+ concurrency :
34
+ cancel-in-progress : false
35
+ group : release-${{ github.workflow }}-${{ github.head_ref || github.ref }}
36
+
32
37
jobs :
33
38
check :
34
39
uses : ./.github/workflows/check.yml
Original file line number Diff line number Diff line change 1
1
# [ Redux-Kotlin] ( https://reduxkotlin.org )
2
2
3
- ![ CI] ( https://github.com/reduxkotlin/redux-kotlin/workflows/PR/badge.svg )
4
-
3
+ [ ![ Release] ( https://github.com/reduxkotlin/redux-kotlin/actions/workflows/release.yml/badge.svg )] ( https://github.com/reduxkotlin/redux-kotlin/actions/workflows/release.yml )
5
4
![ badge] [ badge-android ]
6
5
![ badge] [ badge-ios ]
7
6
![ badge] [ badge-native ]
10
9
![ badge] [ badge-linux ]
11
10
![ badge] [ badge-windows ]
12
11
![ badge] [ badge-mac ]
12
+ [ ![ Slack chat] ( https://img.shields.io/badge/kotlinlang-%23redux-green?logo=slack&style=flat-square )] ( https://kotlinlang.slack.com/archives/C8A8G5F9Q )
13
+ [ ![ Dokka docs] ( https://img.shields.io/badge/docs-dokka-orange?style=flat-square&logo=kotlin )] ( http://reduxkotlin.github.io/redux-kotlin )
14
+ [ ![ Version maven-central] ( https://img.shields.io/maven-central/v/org.reduxkotlin/redux-kotlin?logo=apache-maven&style=flat-square )] ( https://mvnrepository.com/artifact/org.reduxkotlin/redux-kotlin/latest )
15
+ [ ![ Version maven-snapshot] ( https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Foss.sonatype.org%2Fcontent%2Frepositories%2Fsnapshots%2Forg%2Freduxkotlin%2Fredux-kotlin%2Fmaven-metadata.xml&logo=apache-maven&label=maven-snapshot&style=flat-square )] ( https://oss.sonatype.org/content/repositories/snapshots/org/reduxkotlin/redux-kotlin/ )
13
16
14
17
A redux standard for Kotlin that supports multiplatform projects.
15
18
You can’t perform that action at this time.
0 commit comments