Skip to content

Rename --view to --pager #180

Rename --view to --pager

Rename --view to --pager #180

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: clippy
override: true
- name: Install dependencies
run: sudo apt-get install -y libsqlite3-dev
- name: Build
run: cargo build --verbose