Skip to content

attempt fix6

attempt fix6 #8

Workflow file for this run

name: placeholder_Name
on:
push:
branches:
- fork-2
jobs:

Check failure on line 8 in .github/workflows/gha2-wxjava.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gha2-wxjava.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
strategy: matrix
runs-on: ubuntu-latest
steps:
with:
path: ~/.maven-
key: ${{ runner.os }}-maven-${{ hashfiles(arg) }}
uses: actions/cache@version
- name: build with maven-
uses: actions/setup-java@version
with:
java-version: ${{ matrix.java }}
uses: actions/checkout@version
run: mvn clean package -DskipTests=true -Dcheckstyle.skip=true