Skip to content

Add full width option for Adaptive card #49

Add full width option for Adaptive card

Add full width option for Adaptive card #49

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ "2.7", "3.0", "3.1.2" ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run rubocop
run: bundle exec rubocop
- name: Run rspec
run: bundle exec rspec spec/