Skip to content

fix bug where form didn't include off Switches (#41) #93

fix bug where form didn't include off Switches (#41)

fix bug where form didn't include off Switches (#41) #93

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]