Merge pull request #1465 from pqrs-org/js-migration #2203
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: KE-complex_modifications CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
build: | |
runs-on: macos-12 | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 1 | |
submodules: recursive | |
- name: rebuild | |
run: make rebuild | |
- name: check uncommitted changes | |
run: bash core/scripts/check-uncommitted-changes.sh |