Skip to content

UI made into Rust default feature, in case you do not want x11 common library #67

UI made into Rust default feature, in case you do not want x11 common library

UI made into Rust default feature, in case you do not want x11 common library #67

Workflow file for this run

name: Prettier
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
prettier:
name: Prettier fmt
if: github.event.pull_request.draft == false
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prettier
run: npx prettier --check .