Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Feb 5, 2024
1 parent 15aba04 commit 93cff78
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---

name: Test

on:
push:
types: []
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
release:
types: [ published ]

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Print GitHub event action
run: echo "action: ${{ github.event.action }}"

0 comments on commit 93cff78

Please sign in to comment.