Skip to content

Commit

Permalink
Run pre-commit hooks on runner directly
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Sep 24, 2024
1 parent b7ef159 commit 5c5bfcf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pre-commit-hook-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ jobs:
pr-title:
name: Pre commit hook check
runs-on: ubuntu-latest
container: rishabhpoddar/supertokens_python_driver_testing
# container: rishabhpoddar/supertokens_python_driver_testing
steps:
- name: Install required GLIBC
run: |
apt-get update && \
apt-get install -y --no-install-recommends g++ make zlib1g-dev libc6
- uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 5c5bfcf

Please sign in to comment.