Skip to content

release: 17.0.0

release: 17.0.0 #25

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- uses: borales/actions-yarn@v4
with:
cmd: install
- name: build
uses: borales/actions-yarn@v4
with:
cmd: build
- name: lint
uses: borales/actions-yarn@v4
with:
cmd: lint
- name: test
uses: borales/actions-yarn@v4
with:
cmd: test:ci