Skip to content

fix: Disable note textarea during submission #144

fix: Disable note textarea during submission

fix: Disable note textarea during submission #144

Workflow file for this run

name: Linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
name: Run linters
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: make install
- name: Run the linters
run: make lint