Update package for jwt-ui release v1.0.4 #6
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: | |
- name: Install Scoop | |
uses: MinoruSekine/setup-scoop@main | |
- name: Install JWT UI | |
shell: pwsh | |
run: | | |
scoop bucket add jwt-ui-bucket https://github.com/jwt-rs/scoop-jwt-ui | |
scoop install jwt-ui | |
jwtui -h |