Skip to content

[BACKEND] KUNLUNXIN xpu update to Commit 9855424(20251203) #866

[BACKEND] KUNLUNXIN xpu update to Commit 9855424(20251203)

[BACKEND] KUNLUNXIN xpu update to Commit 9855424(20251203) #866

name: Code-Format-Check
on:
schedule:
- cron: '0 21 * * *'
push:
branches: [ "main", "triton_v3.2.x", "triton_v3.3.x" ]
pull_request:
branches: [ "main", "triton_v3.2.x", "triton_v3.3.x" ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/[email protected]