Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 authored Jan 11, 2024
1 parent 3ccfe5e commit 9824d71
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@v1
- name: Install KDash
shell: pwsh
run: |
scoop bucket add kdash-bucket https://github.com/kdash-rs/scoop-kdash
scoop install kdash
kdash -h

0 comments on commit 9824d71

Please sign in to comment.