Rename jobs
This commit is contained in:
parent
1cb3a63557
commit
371b602d3a
4
.github/workflows/validate-android.yml
vendored
4
.github/workflows/validate-android.yml
vendored
@ -13,8 +13,8 @@ on:
|
|||||||
- 'android/**'
|
- 'android/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
AndroidLint:
|
lint:
|
||||||
name: AndroidLint
|
name: Gradle Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
2
.github/workflows/validate-ios.yml
vendored
2
.github/workflows/validate-ios.yml
vendored
@ -13,7 +13,7 @@ on:
|
|||||||
- 'ios/**'
|
- 'ios/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
SwiftLint:
|
lint:
|
||||||
name: SwiftLint
|
name: SwiftLint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user