Closed toshihikoyanase closed 1 month ago
This PR will resolve the syntax error in rapids.yaml. As we can see the following CI result, the Run examples block is not correctly indented:
Run examples
GitHub Actions .github/workflows/rapids.yml Invalid workflow file You have an error in your yaml syntax on line 12
I don't think the workflow name in rapids.yaml should be base. Can I rename it to rapids in this PR?
rapids.yaml
base
rapids
Motivation
This PR will resolve the syntax error in rapids.yaml. As we can see the following CI result, the
Run examples
block is not correctly indented:Description of the changes