Skip to content

chore(project): Update editorconfig #5

chore(project): Update editorconfig

chore(project): Update editorconfig #5

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
npm ci
npm run build_lib
npm run build