Skip to content

refactor: Rename shutdown event to notready event (#97) #293

refactor: Rename shutdown event to notready event (#97)

refactor: Rename shutdown event to notready event (#97) #293

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run checks
run: ./gradlew check --no-daemon --stacktrace