Skip to content

Fix: Fragged Daedalus Axe not getting detected as farming tool #839

Fix: Fragged Daedalus Axe not getting detected as farming tool

Fix: Fragged Daedalus Axe not getting detected as farming tool #839

Workflow file for this run

name: check-style
on:
- pull_request
jobs:
ktlint:
name: Check Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout code
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check