Skip to content

Add quantile_table_to_scoreable function, streamline other hub interaction functions #124

Add quantile_table_to_scoreable function, streamline other hub interaction functions

Add quantile_table_to_scoreable function, streamline other hub interaction functions #124

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
- uses: actions/cache@v4
with:
path: "~/.cache/R/renv"
key: r-precommit-cache|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/[email protected]
with:
extra_args: --all-files