Skip to content

Commit

Permalink
Revising how to deal with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Oct 7, 2024
1 parent 4cd89fb commit 762c060
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3

# - name: Set up R
# uses: r-lib/actions/setup-r@v2

- name: Cache pre-commit
uses: actions/cache@v4
id: cache-pre-commit
Expand All @@ -41,11 +38,5 @@ jobs:
pre-commit install --install-hooks
shell: bash

# - name: Install styler
# run: |
# options(repos = c(CRAN = "https://packagemanager.posit.co/cran/__linux__/jammy/latest"))
# install.packages("styler")
# shell: Rscript {0}

- name: Run pre-commit hooks
run: pre-commit run --all-files

0 comments on commit 762c060

Please sign in to comment.