Skip to content

chore: revert mlly change #37

chore: revert mlly change

chore: revert mlly change #37

Workflow file for this run

name: ci
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: 📦 Install dependencies
run: npm ci
- name: 🚧 Build project
run: npm run build
- name: 🧪 Test project
run: npm run test