Skip to content

Fix uboat texture

Fix uboat texture #8

Workflow file for this run

name: Test
on:
- push
- pull_request
env:
CARGO_TERM_COLOR: always
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Format
run: cargo fmt --check