0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

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
.github/workflows/test.yml vendored Normal file
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: ./