Skip to content

Update egui_json_tree requirement from 0.7.1 to 0.8.0 #47

Update egui_json_tree requirement from 0.7.1 to 0.8.0

Update egui_json_tree requirement from 0.7.1 to 0.8.0 #47

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Test
run: cargo test
- name: Check formatting
run: cargo fmt --all -- --check
- name: Lint
run: cargo clippy -- -D warnings