Skip to content

fix(deps): update dependency com.google.code.gson:gson to v2.11.0 #773

fix(deps): update dependency com.google.code.gson:gson to v2.11.0

fix(deps): update dependency com.google.code.gson:gson to v2.11.0 #773

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
defaults:
run:
working-directory: ./third_party/docfx-doclet-143274
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- run: mvn -B -ntp install -DskipTests
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- run: mvn -B -ntp test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
- run: mvn --version
- run: mvn -B -ntp fmt:check