Skip to content

Problem: latest memiavl is not integrated (#993) #325

Problem: latest memiavl is not integrated (#993)

Problem: latest memiavl is not integrated (#993) #325

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@v3
- name: Staticmajor action
id: staticmajor
uses: orijtech/staticmajor-action@main
with:
packages: ./...
resleak: true
structslop: false
tests: false