Skip to content

Update dependency dvc to v3.48.4 #129

Update dependency dvc to v3.48.4

Update dependency dvc to v3.48.4 #129

Workflow file for this run

name: 'Linting and Testing'
on:
pull_request:
workflow_dispatch:
jobs:
run-tests:
name: 'Run Tests'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Verify that the Docker image for the action builds
run: docker build . --file Dockerfile
- name: Use action on this repo (basic integration)
uses: ./