Skip to content

[release.yml] Include commit body in release notes. #66

[release.yml] Include commit body in release notes.

[release.yml] Include commit body in release notes. #66

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 19.4
uses: actions/setup-node@v3
with:
node-version: 19.4
- run: npm install
- run: make build
- run: make build-demo
- run: make lint
- run: make test-no-es6-browser-globals
- run: make mock-test
- run: make format