Cleanup linting & docs (#1)

* Cleanup linting & docs

* Cleanup build
This commit is contained in:
Jaco Greeff
2020-09-21 15:22:00 +02:00
committed by GitHub
parent 314bf6f252
commit e7f1e3bd57
11 changed files with 68 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ jobs:
pr:
strategy:
matrix:
step: ['lint', 'test', 'build', 'docs']
step: ['lint', 'test', 'build']
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
+1 -2
View File
@@ -8,7 +8,7 @@ jobs:
master:
strategy:
matrix:
step: ['build:release', 'docs:release']
step: ['build:release']
name: ${{ matrix.step }}
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/phishing'"
runs-on: ubuntu-latest
@@ -18,7 +18,6 @@ jobs:
token: ${{ secrets.GH_PAT }}
- name: ${{ matrix.step }}
env:
GH_PAGES_SRC: docs
GH_PAT: ${{ secrets.GH_PAT }}
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}