Skip to content

feat[jvm-api]!: change the structure of the api #92

feat[jvm-api]!: change the structure of the api

feat[jvm-api]!: change the structure of the api #92

Workflow file for this run

on:
push:
paths:
- controller/**
- clients/wrapper/**
- drivers/pterodactyl/**
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set Rust Toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Install Protobuf
run: |
sudo apt update
sudo apt install protobuf-compiler -y
- name: Run Clippy
run: cargo clippy --all-targets --all-features