Skip to content

Commit

Permalink
testing build action
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 7, 2025
1 parent 9676b1e commit 9eed7f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: ./actions/build
with:
working-directory: '.github/hello-world'

0 comments on commit 9eed7f1

Please sign in to comment.