Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki authored Apr 3, 2023
1 parent d44dca9 commit 42de5c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on: workflow_dispatch

jobs:
test:
# This job only runs for pull request comments
name: test
runs-on: ubuntu-latest
steps:
- run: echo "test"

0 comments on commit 42de5c1

Please sign in to comment.