Skip to content

chore(main): release 0.1.7 (#14) #30

chore(main): release 0.1.7 (#14)

chore(main): release 0.1.7 (#14) #30

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- name: Install dependencies 📦
run: npm ci
env:
npm_config_audit: "false"
npm_config_fund: "false"
npm_config_loglevel: "error"
- name: Lint 🧹
run: npm run lint