Skip to content

[WIP] V10

[WIP] V10 #422

Workflow file for this run

name: React-toastify CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Setup
run: yarn setup
- name: Test
run: yarn run test:run
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}