Skip to content

Commit

Permalink
Start a test workflow
Browse files Browse the repository at this point in the history
bernd committed Jan 28, 2025
1 parent 13d249e commit 247415d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Test"

on:
pull_request:

defaults:
run:
shell: "bash"

jobs:
test:
name: "Test"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the source code"
uses: "actions/checkout@v4"

0 comments on commit 247415d

Please sign in to comment.