Skip to content

Merge branch 'main' of https://github.com/full-stack-deep-learning/fs… #382

Merge branch 'main' of https://github.com/full-stack-deep-learning/fs…

Merge branch 'main' of https://github.com/full-stack-deep-learning/fs… #382

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
# allows this Action to be triggered manually
workflow_dispatch:
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]