Skip to content

Use gcc & msvc on Linux & Windows #2

Use gcc & msvc on Linux & Windows

Use gcc & msvc on Linux & Windows #2

Workflow file for this run

name: Pre Commit
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
lfs: true
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
- name: Check
run: |
pre-commit run --all-files