Skip to content

Port graphics backend to WGPU #413

Port graphics backend to WGPU

Port graphics backend to WGPU #413

Workflow file for this run

on:
push:
pull_request:
branches:
- main
name: Formatting
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Add Rustfmt
run: rustup component add rustfmt
- name: Check formatting
run: cargo fmt --all --check