Skip to content

Commit

Permalink
Update and rename lint.yml to lint-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Sep 27, 2022
1 parent 763a6c6 commit add3c7c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 62 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Lint Docs
on:
pull_request:
push:
branches:
- development
- feature/dev

jobs:
documentation-linter:
name: Run super-linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files
# within `super-linter`.
fetch-depth: 0
- name: Run documentation linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: development
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62 changes: 0 additions & 62 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit add3c7c

Please sign in to comment.