Skip to content

Bump actions/stale from 5 to 8 #168

Bump actions/stale from 5 to 8

Bump actions/stale from 5 to 8 #168

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Run Tests
run: ./gradlew check --stacktrace