Skip to content

Commit

Permalink
echo test
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Apr 21, 2023
1 parent 7847cc7 commit 8485ee0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
@@ -0,0 +1,14 @@
name: Release

on:
push:
branches:
- trevor/test-gh-action

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

0 comments on commit 8485ee0

Please sign in to comment.