Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Aug 20, 2024
0 parents commit 4260288
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: My first step
uses: docker://alpine:3.8

0 comments on commit 4260288

Please sign in to comment.