20 lines
517 B
YAML
Executable file
20 lines
517 B
YAML
Executable file
name: lint
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
vale:
|
|
name: runner / vale
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
repository: "g_it/site"
|
|
github-server-url: "https://gugulet.hu/technical/git"
|
|
|
|
- uses: https://github.com/vale-cli/vale-action@v2
|
|
with:
|
|
fail_on_error: true
|
|
files: /
|