Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent 03df262 commit 5aa1cad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions forge/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Test
on:
push:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Hello, world!"

0 comments on commit 5aa1cad

Please sign in to comment.