Skip to content

Commit

Permalink
Matching quac system test
Browse files Browse the repository at this point in the history
  • Loading branch information
JmScherer committed Jun 22, 2023
1 parent a048f50 commit 01713f8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/common-static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Markdown, Docker, and Shell Static Analysis

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
types:
- opened
# - synchronize
- reopened
- ready_for_review
- converted_to_draft
workflow_dispatch:

env:
MARKDOWNLINT_CONFIG: etc/static-analysis/markdownlint.json
Expand Down

0 comments on commit 01713f8

Please sign in to comment.