Skip to content

Fixed Coda integration with workflow (#14) #49

Fixed Coda integration with workflow (#14)

Fixed Coda integration with workflow (#14) #49

Workflow file for this run

name: Pre-Commit
on:
pull_request:
push:
branches: [main, develop]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- uses: pre-commit/[email protected]