Skip to content

Commit 697a993

Browse files
authored
Merge pull request #66 from riscv/add-vale-reusable-workflow
Add vale reusable workflow
2 parents 1b4e8c3 + 42ee1e8 commit 697a993

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/vale-linting.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Linting with Vale using Reusable Config
2+
on:
3+
push:
4+
branches: [main]
5+
pull_request:
6+
branches: [main]
7+
8+
jobs:
9+
call-reusable-vale-workflow-in-riscv-vale-repo:
10+
uses: riscv-admin/riscv-vale/.github/workflows/vale-reusable.yml@main

.vale.ini

Whitespace-only changes.

docs-resources

Submodule docs-resources updated 47 files

0 commit comments

Comments
 (0)