Skip to content

[Title]:Matrix operations [Contributor]:Raj Ojha #45

[Title]:Matrix operations [Contributor]:Raj Ojha

[Title]:Matrix operations [Contributor]:Raj Ojha #45

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
# file types to ignore
skip: "*.json,*.yml,DIRECTORY.md"
ignore_words_list: "ba,esy,yse,falsy,sortify"