Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
ci: enable linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Nov 13, 2023
1 parent 6488907 commit 42ea3e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ rules:
present: false
line-length:
level: warning
max: 100
max: 300
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
14 changes: 8 additions & 6 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Lint Code Base

on:
workflow_dispatch:
# pull_request:
# branches:
# - main
# push:
# branches:
# - main
pull_request:
branches:
- main
push:
branches:
- main

permissions:
contents: read
Expand Down Expand Up @@ -57,3 +57,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_JSCPD: false
# Exclude dist folder
FILTER_REGEX_EXCLUDE: .*dist/.*

0 comments on commit 42ea3e8

Please sign in to comment.