Skip to content

chore: remove red-datasets-numo-narray #89

chore: remove red-datasets-numo-narray

chore: remove red-datasets-numo-narray #89

Workflow file for this run

name: lint
on:
push:
branches:
- main
- dev*
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
name: RuboCop
steps:
- uses: actions/checkout@v5
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install BLAS and LAPACK for numo-linalg-alt
run: sudo apt-get install -y libopenblas-dev liblapacke-dev
- name: Run RuboCop
run: bash rumale-rubocop.sh