Update package for KDash release v0.5.0 #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
test: | |
strategy: | |
matrix: | |
runs-on: ["windows-latest"] | |
runs-on: ${{ matrix.runs-on }} | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Install Scoop | |
uses: MinoruSekine/setup-scoop@main | |
- name: Install KDash | |
shell: pwsh | |
run: | | |
scoop bucket add kdash-bucket https://github.com/kdash-rs/scoop-kdash | |
scoop install kdash | |
kdash -h |