Skip to content

Commit

Permalink
Bootstrap GitHub Actions support to test #66.
Browse files Browse the repository at this point in the history
Required since I don't know how to initiate GitHub Actions without having a workflow defined on the default branch.
  • Loading branch information
nuclearsandwich authored Jun 24, 2024
1 parent a8fc739 commit 1d19acc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
workflow_dispatch:


jobs:
bootstrap:
runs-on: ubuntu-22.04
steps:
- name: helloworld
run: |
echo "Hello World"

0 comments on commit 1d19acc

Please sign in to comment.