Skip to content

Fix/66 constructor type parameters #94

Fix/66 constructor type parameters

Fix/66 constructor type parameters #94

Workflow file for this run

name: Tests Mokkery
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Gradle build
run: ./gradlew build --no-daemon --stacktrace