Skip to content

✨ Style Transfer: add eval dataset from public seed at the s… #207

✨ Style Transfer: add eval dataset from public seed at the s…

✨ Style Transfer: add eval dataset from public seed at the s… #207

Workflow file for this run

# This workflow triggers checks with pre-commit.
name: Test
on: [push]
jobs:
pre-commit:
name: pre-commit
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
uses: ./.github/workflows/pre-commit.yml