Skip to content

Update dependency org.yaml:snakeyaml to v2.3 #192

Update dependency org.yaml:snakeyaml to v2.3

Update dependency org.yaml:snakeyaml to v2.3 #192

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches: [master]
workflow_dispatch: {}
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run tests
run: ./gradlew test