Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sambetts committed Jul 19, 2024
2 parents 8acf3e1 + 0842660 commit 1aa1230
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ci

on:
push:
branches:
- main
- dev
workflow_dispatch:
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4

0 comments on commit 1aa1230

Please sign in to comment.