Skip to content

chore: npm run fix

chore: npm run fix #13

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14'
- name: Run CI
run: |
cd packages/g6
npm install
npm run ci