Skip to content

npm update

npm update #2087

Workflow file for this run

name: KE-complex_modifications CI
on: [push, pull_request]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: rebuild
run: make rebuild
- name: check uncommitted changes
run: bash scripts/check-uncommitted-changes.sh
- name: tests
run: make -C tests