Skip to content

try again with single backslashes #985

try again with single backslashes

try again with single backslashes #985

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