Skip to content

Commit

Permalink
remove precommit for time being
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Jan 25, 2024
1 parent 40db4b9 commit b230989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
sudo apt-get install -y gettext
- name: Code checks
run: export SKIP=no-commit-to-branch; pre-commit run --all
run: export SKIP=no-commit-to-branch
# ignore precommit for now pre-commit run --all

- name: building addon
run: cd nvda/.addOn/sight-free-talon-server && scons
Expand Down

0 comments on commit b230989

Please sign in to comment.