Skip to content

- do not count the unsetting of emoji #80

- do not count the unsetting of emoji

- do not count the unsetting of emoji #80

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Rake Test
strategy:
matrix:
ruby: ['2.7', '3.0']
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundler exec rake spec