Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Jan 11, 2024
1 parent ef3706b commit 8a22840
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 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

0 comments on commit 8a22840

Please # to comment.