Skip to content

Fix BJW mt18,12 and lk22,67 #495

Fix BJW mt18,12 and lk22,67

Fix BJW mt18,12 and lk22,67 #495

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run tests
run: ./tests/test.sh
build-windows:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run tests on Windows
shell: bash
run: ./tests/test.sh