Skip to content

refactor(code): all eslint stylistic rules activated #130

refactor(code): all eslint stylistic rules activated

refactor(code): all eslint stylistic rules activated #130

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