mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-04 08:50:50 +02:00
Initial implementation of test workflow.
This commit is contained in:
@@ -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: ./
|
||||
Reference in New Issue
Block a user