Skip to content

Merge pull request #1621 from ccnmtl/dependabot/pip/sentry-sdk-2.16.0 #1257

Merge pull request #1621 from ccnmtl/dependabot/pip/sentry-sdk-2.16.0

Merge pull request #1621 from ccnmtl/dependabot/pip/sentry-sdk-2.16.0 #1257

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