Skip to content

Commit

Permalink
edited pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sanika-n committed Dec 26, 2024
1 parent 911e472 commit ffedd3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: 'pip'
- name: Set up Vale
run: |
curl -sSL https://github.com/errata-ai/vale/releases/download/v3.9.1/vale_3.9.1_Linux_64-bit.tar.gz | tar -xz -C /tmp
sudo mv /tmp/vale /usr/local/bin/vale
chmod +x /usr/local/bin/vale
if: runner.os == 'Linux' # Only install on Linux runners
- name: Install uv
run: pip install uv
- name: Install Mesa and dependencies
Expand Down
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ repos:
hooks:
- id: vale
name: Vale
entry: bash -c 'curl https://raw.githubusercontent.com/errata-ai/vale/v3.9.1/vale -O /tmp/vale && chmod +x /tmp/vale && /tmp/vale "$@"' --
language: system
types: [file]
files: \.(md|txt|rst)$ # Adjust file extensions as needed

0 comments on commit ffedd3b

Please sign in to comment.