Skip to content

[Auto-Sync] LLVM 18 update #6

[Auto-Sync] LLVM 18 update

[Auto-Sync] LLVM 18 update #6

Workflow file for this run

name: Auto-Sync
on:
push:
paths:
- "suite/auto-sync/**"
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Check out repository
uses: actions/checkout@v4
- name: Install auto-sync package
run: |
cd suite/auto-sync/
pip install .
cd src/autosync
- name: Check formatting
run: |
ufmt check .
- name: CppTranslator - Patch tests
run: |
python -m unittest discover cpptranslator/Tests/