Skip to content

Commit

Permalink
Add stub github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Mar 18, 2024
1 parent deb7bf2 commit 095ff18
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Push (compose tests)

on:
push: {}
pull_request:
branches: [ master ]
workflow_dispatch: {}

jobs:
compose-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: stub step
run: "echo stub stub"

0 comments on commit 095ff18

Please sign in to comment.