Skip to content

dev: use from_reader and to_writer_pretty from serde_json, remove reading from memory to string #127

dev: use from_reader and to_writer_pretty from serde_json, remove reading from memory to string

dev: use from_reader and to_writer_pretty from serde_json, remove reading from memory to string #127

Workflow file for this run

---
name: Workflow - Pull Request
on: [pull_request]
jobs:
submodules:
name: Set up submodules
uses: ./.github/workflows/submodules.yml
dump:
name: Dump katana state
uses: ./.github/workflows/dump.yml
needs: submodules
spell_check:
name: Spell check
uses: ./.github/workflows/spell_check.yml
linters:
name: Linters
uses: ./.github/workflows/linters.yml
tests:
name: Rust tests
uses: ./.github/workflows/test.yml
needs: [dump, submodules]