Skip to content

Update actions/checkout action to v6 #408

Update actions/checkout action to v6

Update actions/checkout action to v6 #408

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@v6
- name: Run tests
run: ./gradlew test