Skip to content

glue.h: add something to test #984

glue.h: add something to test

glue.h: add something to test #984

Workflow file for this run

---
# GitHub Actions workflow for commits pushed to the jolt-jni repo - all branches
name: CI at GitHub
on: [push]
jobs:
Java23-Linux:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: mattsb42/not-grep@master
with:
config-file: .github/not-grep.toml