Skip to content

Bump ratatui from 0.22.0 to 0.24.0 #80

Bump ratatui from 0.22.0 to 0.24.0

Bump ratatui from 0.22.0 to 0.24.0 #80

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Birger Schacht <[email protected]>
# SPDX-License-Identifier: MIT
name: Formatting check
on: [push, pull_request]
jobs:
cargofmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cargo fmt
run:
cargo fmt