Skip to content

Commit

Permalink
Merge pull request #7 from WangGithubUser/add-github-action
Browse files Browse the repository at this point in the history
Add GitHub Workflows
  • Loading branch information
WangGithubUser authored Jan 4, 2025
2 parents 5be62c2 + 6af3007 commit 51cc155
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: build_test
on:
push:
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: ./publish.cmd

0 comments on commit 51cc155

Please sign in to comment.