Skip to content

Update read_line behaviour to read_line_initial_text (#181) #66

Update read_line behaviour to read_line_initial_text (#181)

Update read_line behaviour to read_line_initial_text (#181) #66

Workflow file for this run

name: Rustfmt
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run rustfmt
run: make format-check