Skip to content

bump version

bump version #6

Workflow file for this run

name: Ruby
on:
push:
tags: ['*']
pull_request:
branches: [main]
paths:
- 'ruby/**/*'
- 'uklatn.gemspec'
jobs:
build-ruby:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
working-directory: ${{github.workspace}}/ruby
run: make test