Skip to content

Commit

Permalink
dummy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlaird committed Feb 23, 2024
1 parent c226944 commit 051ad24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: dummy_workflow
on: [push, pull_request]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Run dummy workflow step
run: echo "Hello, world!"

0 comments on commit 051ad24

Please sign in to comment.