Skip to content

Update to Minetest 5.8.x #100

Update to Minetest 5.8.x

Update to Minetest 5.8.x #100

Workflow file for this run

name: gofmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Check code formatting using gofmt
uses: Jerome1337/[email protected]
with:
gofmt-flags: '-l -d'