Skip to content

Bump termion from 3.0.0 to 4.0.3 #4

Bump termion from 3.0.0 to 4.0.3

Bump termion from 3.0.0 to 4.0.3 #4

Workflow file for this run

---
name: Make
on:
push:
branches:
- "**"
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 120
strategy:
matrix:
os:
- ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Build on Linux
if: runner.os == 'Linux'
shell: bash
run: |
cargo clippy --quiet
cargo test
cargo build --quiet --release