Skip to content

fix(table): don't crash with subtable-cell in header rows (#10) #91

fix(table): don't crash with subtable-cell in header rows (#10)

fix(table): don't crash with subtable-cell in header rows (#10) #91

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Run rspec
run: bundle exec rspec
- name: Run rubocop
run: bundle exec rubocop