Refactor ipywidgets to its own module and enhancements #1676
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pre-commit | |
on: | |
push: | |
branches: | |
- '**' | |
tags-ignore: | |
- 'v*' | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
precommit: | |
runs-on: ubuntu-latest | |
container: | |
image: quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.1 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run pre-commit checks | |
run: pre-commit run --all-files |