Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

assure token encoding is correct and locations are in characters, not bytes #8

assure token encoding is correct and locations are in characters, not bytes

assure token encoding is correct and locations are in characters, not bytes #8

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Test
run: bundle exec rake test