Skip to content

Allow compressed output bundles #115

Allow compressed output bundles

Allow compressed output bundles #115

Workflow file for this run

name: viash test
on:
pull_request:
push:
branches: [ main ]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v5
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- run: python -m pip install pre-commit
shell: bash
- run: python -m pip freeze --local
shell: bash
- run: pre-commit run --show-diff-on-failure --color=always --all-files
shell: bash
test:
uses: viash-io/viash-actions/.github/workflows/test.yaml@v6