Skip to content

[Auto-Sync] LLVM 18 update #1

[Auto-Sync] LLVM 18 update

[Auto-Sync] LLVM 18 update #1

Workflow file for this run

name: Auto-Sync
on:
push:
paths:
- "suite/auto-sync/**"
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check formatting
uses: omnilib/ufmt@action-v1
with:
path: ["suite/auto-sync/src/"]

Check failure on line 15 in .github/workflows/auto-sync.yml

View workflow run for this annotation

GitHub Actions / Auto-Sync

Invalid workflow file

The workflow is not valid. .github/workflows/auto-sync.yml (Line: 15, Col: 17): A sequence was not expected
python-version: "3.x"