Skip to content

test: testcontainers and celery test client #9

test: testcontainers and celery test client

test: testcontainers and celery test client #9

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/setup-python@v3
- run: npm install
- uses: pre-commit/[email protected]