Skip to content

Document devicons and mini.icons as optional deps #12

Document devicons and mini.icons as optional deps

Document devicons and mini.icons as optional deps #12

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
strategy:
matrix:
channel: [v0.9.5, v0.10.0, nightly]
steps:
- uses: actions/checkout@v2
- uses: extractions/setup-just@v1
- name: Run tests [${{ matrix.channel }}]
run: just test ${{ matrix.channel }}