Skip to content

world: Make copy of sameas.block_face_textures, as this can be modi… #50

world: Make copy of sameas.block_face_textures, as this can be modi…

world: Make copy of sameas.block_face_textures, as this can be modi… #50

Workflow file for this run

name: Check formatting and linting
on: push
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
check_linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1