Skip to content

feat: create a shared /lib folder for the extensions (#41) #280

feat: create a shared /lib folder for the extensions (#41)

feat: create a shared /lib folder for the extensions (#41) #280

Workflow file for this run

name: Node CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Build and Test
run: |
npm ci
npm test
npm run lint