Skip to content

Problem: solomachine and ibc-go are outdated (#1089) #746

Problem: solomachine and ibc-go are outdated (#1089)

Problem: solomachine and ibc-go are outdated (#1089) #746

Workflow file for this run

name: Staticmajor
on:
pull_request:
merge_group:
push:
branches:
- master
- release/**
jobs:
run_staticmajor:
name: Scan for resource leaks
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Staticmajor action
id: staticmajor
uses: orijtech/staticmajor-action@main
with:
packages: ./...
resleak: true
structslop: false
tests: false