Skip to content

⬆️ Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.16.1 #725

⬆️ Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.16.1

⬆️ Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.16.1 #725

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint
strategy:
matrix:
os: [ubuntu-latest]
java: [17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- run: make lint