Skip to content

Add fondant link & logo (#3) #5

Add fondant link & logo (#3)

Add fondant link & logo (#3) #5

Workflow file for this run

name: Test pipeline
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --show-diff-on-failure