Initial implementation of test workflow.

This commit is contained in:
David Anson
2021-01-12 22:19:56 -08:00
parent 7cf57ac21e
commit 5a103c42be
+17
View File
@@ -0,0 +1,17 @@
name: Test
on:
pull_request:
push:
workflow_dispatch:
jobs:
test:
name: Test markdownlint-cli2-action
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: No inputs
uses: ./