chore: update workflow names
This commit is contained in:
2
.github/workflows/desktop.dev.yml
vendored
2
.github/workflows/desktop.dev.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Dev
|
name: Desktop Dev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/mobile.build-prod.yml
vendored
2
.github/workflows/mobile.build-prod.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Production
|
name: Mobile Build Production
|
||||||
|
|
||||||
on: [workflow_dispatch]
|
on: [workflow_dispatch]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/mobile.build.yml
vendored
2
.github/workflows/mobile.build.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Development
|
name: Mobile Build Development
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/mobile.e2e.yml
vendored
2
.github/workflows/mobile.e2e.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: e2e
|
name: Mobile e2e
|
||||||
|
|
||||||
on: [workflow_dispatch]
|
on: [workflow_dispatch]
|
||||||
|
|
||||||
|
|||||||
20
.github/workflows/mobile.lint.yml
vendored
20
.github/workflows/mobile.lint.yml
vendored
@@ -1,20 +0,0 @@
|
|||||||
name: lint & typescript check
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- packages/mobile/**
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
lint:
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./packages/mobile
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Install dependencies
|
|
||||||
run: yarn install
|
|
||||||
- name: Lint code
|
|
||||||
run: yarn lint
|
|
||||||
2
.github/workflows/web.beta.yml
vendored
2
.github/workflows/web.beta.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Beta
|
name: Web Beta
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user