Skip to content

Merge pull request #1626 from ccnmtl/dependabot/pip/tinycss2-1.4.0 #1268

Merge pull request #1626 from ccnmtl/dependabot/pip/tinycss2-1.4.0

Merge pull request #1626 from ccnmtl/dependabot/pip/tinycss2-1.4.0 #1268

name: build-and-test
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.12"]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Run eslint
run: make eslint
- name: Build with Makefile
run: make jenkins