Rename Substrate entry to "generic" (#327)

* Rename Substrate entry to "generic"

* Rewrite yarn.lock

* Linting (base package update)
This commit is contained in:
Jaco Greeff
2020-05-30 09:03:08 +02:00
committed by GitHub
parent 66f65052f6
commit 990d4394af
12 changed files with 975 additions and 962 deletions
+1 -3
View File
@@ -10,7 +10,7 @@ jobs:
matrix:
step: ['build:release', 'docs:release']
name: ${{ matrix.step }}
if: "! contains(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/ui'"
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/ui'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@@ -29,8 +29,6 @@ jobs:
yarn ${{ matrix.step }}
dummy:
name: Dummy
if: "contains(github.event.head_commit.message, '[CI Skip]')"
runs-on: ubuntu-latest
steps:
- name: dummy