Skip to content

Merge v0.3.3 into master #527

Merge v0.3.3 into master

Merge v0.3.3 into master #527

Workflow file for this run

name: Nodejs CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install dependencies
run: yarn
- name: Linting
run: yarn run lint
- name: Building
run: yarn run build
- run: yarn run fmt
- run: git diff --exit-code