Skip to content

chore(deps): bump termion from 3.0.0 to 4.0.0 #227

chore(deps): bump termion from 3.0.0 to 4.0.0

chore(deps): bump termion from 3.0.0 to 4.0.0 #227

Workflow file for this run

---
name: PR
on:
pull_request:
jobs:
spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run fmt check
run: >
cargo fmt --
--check
- name: Run tests
run: >
cargo test
--verbose