Skip to content

feat(submit): parse the response body instead of displaying raw HTML #36

feat(submit): parse the response body instead of displaying raw HTML

feat(submit): parse the response body instead of displaying raw HTML #36

Workflow file for this run

name: ci
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: actions-rust-lang/rustfmt@v1
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test