Skip to content

build: bump rollup from 3.29.4 to 4.3.0 #13

build: bump rollup from 3.29.4 to 4.3.0

build: bump rollup from 3.29.4 to 4.3.0 #13

Workflow file for this run

name: Tests
on:
push:
branches: [ '*.x' ]
pull_request:
branches: [ '*.x' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run build
run: npm run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run eslint
run: npm run eslint
- name: Run prettier
run: npm run prettier -- --check