Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n1hility authored Jan 11, 2024
1 parent 710e0e6 commit 6d345d2
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 6d345d2

Please sign in to comment.