Skip to content

Commit

Permalink
#12 Removed docker image caching
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Mar 1, 2024
1 parent 3a82f62 commit 20781a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Markdownlint
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Pandoc Document Compilation
on:
pull_request:
paths:
- ".github/workflows/*"
- "**/*.md"
push:
branches:
- trunk
jobs:
pandoc-compile:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 20781a7

Please sign in to comment.