Skip to content

table outer border (overwrites cell borders on the outside of a table… #128

table outer border (overwrites cell borders on the outside of a table…

table outer border (overwrites cell borders on the outside of a table… #128

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.1'
bundler-cache: true
- name: Run rspec
run: bundle exec rspec
- name: Run rubocop
run: bundle exec rubocop