Skip to content

feat: add not_starts_with and not_ends_with operators (#35) #86

feat: add not_starts_with and not_ends_with operators (#35)

feat: add not_starts_with and not_ends_with operators (#35) #86

Workflow file for this run

name: Tests
on:
push:
branches:
- '**/**'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: run project tests
run: ./gradlew test --no-daemon