Skip to content

chore: function for returning the KB key in KL #225

chore: function for returning the KB key in KL

chore: function for returning the KB key in KL #225

name: Grule-Rule-Engine
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- uses: actions/checkout@v4
- name: Fetching dependencies
run : go get -v -t -d ./...
- name: Execute test
run : make test-short