Skip to content

chore(deps-dev): bump semantic-release from 17.1.1 to 19.0.3 #5

chore(deps-dev): bump semantic-release from 17.1.1 to 19.0.3

chore(deps-dev): bump semantic-release from 17.1.1 to 19.0.3 #5

Workflow file for this run

name: Build and Deploy
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- uses: rwjblue/setup-volta@v1
- name: Install
run: yarn install
- name: ESLint
run: yarn lint
#coverage:
#name: Coverage
#runs-on: ubuntu-latest
#if: "!contains(github.event.head_commit.message, 'skip ci')"
#steps:
#- uses: actions/checkout@v2
#- uses: rwjblue/setup-volta@v1
#- name: yarn install, run coveralls
#env:
#COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
#run: |
#yarn install
#yarn coverage
#yarn coveralls
#- name: Coveralls
#uses: coverallsapp/github-action@master
#with:
#github-token: ${{ secrets.GITHUB_TOKEN }}