Skip to content

jme3-core: add 2 getters for frame interpolators (#2152) #21

jme3-core: add 2 getters for frame interpolators (#2152)

jme3-core: add 2 getters for frame interpolators (#2152) #21

Workflow file for this run

name: auto-format
on:
push:
jobs:
format:
runs-on: ubuntu-latest
if: ${{ false }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --tab-width 4 --print-width 110 --write **/**/*.java
prettier_version: "2.8.8"
only_changed: True
commit_message: "auto-format"
prettier_plugins: "prettier-plugin-java"