Skip to content

Make sure that ioutil replaced with io, removed editor package and some fix hereand there #236

Make sure that ioutil replaced with io, removed editor package and some fix hereand there

Make sure that ioutil replaced with io, removed editor package and some fix hereand there #236

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