Skip to content

Make List iterable and spreadable using generator #13

Make List iterable and spreadable using generator

Make List iterable and spreadable using generator #13

Workflow file for this run

on: ['push', 'pull_request']
name: CI Build
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
run: echo NVMRC=`cat .nvmrc` >> $GITHUB_ENV
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ env.NVMRC }}
cache: yarn
- name: Yarn
run: |
yarn install --immutable --immutable-cache --check-cache
yarn run cover
yarn run check-coverage
yarn run build
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release