Skip to content

Ajout support textarea (#19) #41

Ajout support textarea (#19)

Ajout support textarea (#19) #41

Workflow file for this run

name: CI tests
on:
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.4'
bundler-cache: true
- name: Linting
run: bundle exec rubocop
- name: Run tests
run: bundle exec rspec