Skip to content

fix(code): smells removed (lint updated) #138

fix(code): smells removed (lint updated)

fix(code): smells removed (lint updated) #138

Workflow file for this run

name: Interacto CI
on:
push:
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.cff'
- '.husky'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build
run: npm run package