Skip to content

⬆️ ctlsettings 0.3.5 #1255

⬆️ ctlsettings 0.3.5

⬆️ ctlsettings 0.3.5 #1255

Workflow file for this run

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