Skip to content

Commit

Permalink
PKP UI-Lbrary action (pkp#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage authored Jun 10, 2024
1 parent 70e8c13 commit aa3b909
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches:
- '*'
pull_request:
branches:
['main']
name: run-tests
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: pkp/pkp-ui-library-action@main
with:
node_version: 20

0 comments on commit aa3b909

Please sign in to comment.