Skip to content

Update dependency dvc to v3.14.0 #25

Update dependency dvc to v3.14.0

Update dependency dvc to v3.14.0 #25

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@v3
- name: Verify that the Docker image for the action builds
run: docker build . --file Dockerfile
- name: Use action on this repo (basic integration)
uses: ./