Skip to content

Commit

Permalink
Merge pull request #84 from n1hility/testme
Browse files Browse the repository at this point in the history
Create test.yml
  • Loading branch information
n1hility authored Jan 11, 2024
2 parents 710e0e6 + 6d345d2 commit c4126a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run tests

on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Echo
run: echo test

0 comments on commit c4126a0

Please sign in to comment.