From 5a103c42be398bc2bb1c2609f9b3fd5b6c7837f0 Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 12 Jan 2021 22:19:56 -0800 Subject: [PATCH] Initial implementation of test workflow. --- .github/workflows/test.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..aa0e726 --- /dev/null +++ b/.github/workflows/test.yml @@ -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: ./