Skip to content

Commit

Permalink
[squashme] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
auguste-probabl committed Sep 18, 2024
1 parent a493cbc commit 4607562
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pre-commit
cd frontend && npm run install
- name: Lint
run: |
pre-commit run --all-files
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ repos:
rev: v9.10.0
hooks:
- id: eslint
# TODO: Move --ext to files
files: ^frontend/
args:
- .
Expand All @@ -55,7 +54,6 @@ repos:

- id: stylelint
name: stylelint
# files: ^frontend/src/([^/]*/)*\.(css|vue)
files: ^frontend/src/
language: node
entry: bash -c "stylelint --fix frontend/src/**/*.{css,vue} --config frontend/.stylelintrc.json"
Expand Down

0 comments on commit 4607562

Please sign in to comment.