Skip to content

Commit

Permalink
fix: Test pre-commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik003 committed Jan 22, 2024
1 parent 469d763 commit 0170bb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
helm template ./helm | kubeconform -strict
pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,18 +138,18 @@ repos:
hooks:
- id: eslint
additional_dependencies:
- "eslint@^8.56.0"
- "[email protected]"
- "@angular-eslint/[email protected]"
- "@angular-eslint/[email protected]"
- "@angular-eslint/[email protected]"
- "eslint-config-prettier@^9.1.0"
- "eslint-plugin-import@^2.29.1"
- "@typescript-eslint/eslint-plugin@^6.19.0"
- "@typescript-eslint/parser@^6.19.0"
- "eslint-plugin-unused-imports@^3.0.0"
- "eslint-plugin-deprecation@^2.0.0"
- "eslint-plugin-tailwindcss@^3.14.0"
args: ["--fix"]
- "[email protected]"
- "[email protected]"
- "@typescript-eslint/[email protected]"
- "@typescript-eslint/[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
args: ["--fix", "--config", "./frontend/.eslintrc.js"]
types: []
exclude: '.+\.spec(-helper)?\.ts$'
types_or: ["html", "ts"]
Expand Down

0 comments on commit 0170bb3

Please sign in to comment.