Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin0313 committed Aug 24, 2024
1 parent babb0e9 commit 5ba442f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Hello
on: push
jobs:
hello:
runs-on: ubunut-latest
steps:
- run: echo "Hello world"
- uses: actions/checkout@4

0 comments on commit 5ba442f

Please sign in to comment.