Skip to content

Commit

Permalink
ls test
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Jan 19, 2024
1 parent c27f32c commit 6607128
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: "Publish Branch"

on:
push:
branches:
- 'dev'
# push:
# branches:
# - 'dev'
workflow_dispatch:
# schedule:
# - cron: '00 16 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
vale
sparse-checkout-cone-mode: false

- id: list-files
run: ls -R

# Run Vale
- uses: errata-ai/vale-action@reviewdog
with:
Expand Down

0 comments on commit 6607128

Please sign in to comment.