More functions to support both clean and dirty prices as input parame… #2721
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: Check CMake file list and VC++ projects | |
on: [push, pull_request] | |
jobs: | |
filelists: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup | |
run: | | |
sudo apt update | |
sudo apt install -y libboost-dev | |
- name: Configure | |
run: | | |
./autogen.sh | |
./configure | |
- name: Check | |
run: | | |
./tools/check_filelists.sh |