Skip to content

Added rle and rle_id methods to Series and Expr #99

Added rle and rle_id methods to Series and Expr

Added rle and rle_id methods to Series and Expr #99

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
tmp
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- run: bundle exec rake compile
- run: bundle exec rake test
- run: bundle exec yard --fail-on-warning
- run: bundle exec rake test:docs