Skip to content

chore: bump actions/checkout from 3.5.3 to 3.6.0 (#29) #69

chore: bump actions/checkout from 3.5.3 to 3.6.0 (#29)

chore: bump actions/checkout from 3.5.3 to 3.6.0 (#29) #69

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
branches: ['*', '!latest']
push:
branches: [latest, main]
jobs:
lib:
runs-on: [self-hosted, linux, x64]
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: true
- name: Run tests
shell: fish {0}
run: |
conda activate minimal-animatediff
make test
- name: Check diff
run: git diff --exit-code HEAD