Skip to content

Modularize BLAS and LAPACK modules in CMake to make it easier to use in external projects #3395

Modularize BLAS and LAPACK modules in CMake to make it easier to use in external projects

Modularize BLAS and LAPACK modules in CMake to make it easier to use in external projects #3395

Workflow file for this run

name: PR-Review
on: [pull_request]
jobs:
misspell:
name: review-dog / misspell
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v2
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
locale: "US"
reporter: github-pr-review
level: warning
ignore: colour