Skip to content

Add UINTEGER support to scalar functions #68

Add UINTEGER support to scalar functions

Add UINTEGER support to scalar functions #68

Workflow file for this run

name: Linter
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop