Skip to content

feat: commit mutations to DB and S3 when concatenating #1500

feat: commit mutations to DB and S3 when concatenating

feat: commit mutations to DB and S3 when concatenating #1500

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint-be