Skip to content

Remove extra ')' from README.md #135

Remove extra ')' from README.md

Remove extra ')' from README.md #135

Workflow file for this run

name: Build examples
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build examples with ratatui and termion
run: cargo build --examples --features termion
- name: Build example with ratatui and crossterm
run: cargo build --examples --features crossterm