Skip to content

Commit

Permalink
Add github pdk workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
okopop committed Oct 20, 2024
1 parent 065036e commit f3785d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pdk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: pdk
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2

- name: validate
uses: okopop/pdk@main
with:
action: 'validate'

- name: unit test
uses: okopop/pdk@main
with:
action: 'test unit'

0 comments on commit f3785d2

Please sign in to comment.