closed explorer travis.yml after giving workflow permisssion in github action

This commit is contained in:
axleiro 2022-01-31 13:39:20 +05:30 committed by GitHub
parent bf8ac87a78
commit 17b4563a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -78,24 +78,24 @@ jobs:
# - sudo apt-get install libssl-dev libudev-dev # - sudo apt-get install libssl-dev libudev-dev
# docs pull request # docs pull request
- name: "explorer" # - name: "explorer"
if: type = pull_request AND branch = master # if: type = pull_request AND branch = master
language: node_js # language: node_js
node_js: # node_js:
- "lts/*" # - "lts/*"
cache: # cache:
directories: # directories:
- ~/.npm # - ~/.npm
before_install: # before_install:
- .travis/affects.sh explorer/ .travis || travis_terminate 0 # - .travis/affects.sh explorer/ .travis || travis_terminate 0
- cd explorer # - cd explorer
script: # script:
- npm run build # - npm run build
- npm run format # - npm run format
- name: "docs" - name: "docs"
if: type IN (push, pull_request) OR tag IS present if: type IN (push, pull_request) OR tag IS present
language: node_js language: node_js