mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
* Pre-commit in CI
* Specify python version, and install dos2unix for remod
* Refactor remod hook to correctly install dependencies
* Run pre-commit
[ROCm/composable_kernel commit: 8a4cd32d86]
17 lines
277 B
YAML
17 lines
277 B
YAML
name: pre-commit
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches: [develop]
|
|
|
|
jobs:
|
|
pre-commit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/setup-python@v3
|
|
with:
|
|
python-version: '3.12'
|
|
- uses: pre-commit/action@v3.0.1
|