Skip to content

Bump braces from 3.0.2 to 3.0.3 in /server #117

Bump braces from 3.0.2 to 3.0.3 in /server

Bump braces from 3.0.2 to 3.0.3 in /server #117

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-python@v3
- name: Install dependencies
run: |
pip install .
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install next
run: npm --prefix server install next
- name: Install requirements
run: npm --prefix server install
- name: Run pre-commit
uses: pre-commit/[email protected]