Skip to content

bug!: fix compatibility issue with wiremoxk 3.7.0 #1

bug!: fix compatibility issue with wiremoxk 3.7.0

bug!: fix compatibility issue with wiremoxk 3.7.0 #1

Workflow file for this run

name: Build and test
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
env:
JDK_VERSION: 17
defaults:
working-directory: ./compatibility_check

Check failure on line 14 in .github/workflows/compatibility.yml

View workflow run for this annotation

GitHub Actions / Build and test

Invalid workflow file

The workflow is not valid. .github/workflows/compatibility.yml (Line: 14, Col: 7): Unexpected value 'working-directory'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: Run the Gradle package task
uses: gradle/actions/setup-gradle@v3
with:
arguments: build check