Skip to content

Commit

Permalink
Merge pull request #18 from hazcod/chore/cicd-test
Browse files Browse the repository at this point in the history
CI/CD: add test
  • Loading branch information
hazcod authored Jun 10, 2022
2 parents 09d22df + ca52408 commit 53f55c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test

on: [pull_request]

permissions:
contents: read

jobs:
test:
name: maclaunch
runs-on: macos-latest
steps:
-
uses: actions/checkout@v2
-
run: ./maclaunch.sh list

0 comments on commit 53f55c0

Please sign in to comment.