Skip to content

build(deps): bump serverless from 3.38.0 to 4.1.12 in /backend #181

build(deps): bump serverless from 3.38.0 to 4.1.12 in /backend

build(deps): bump serverless from 3.38.0 to 4.1.12 in /backend #181

Workflow file for this run

name: Lint
on: push
jobs:
run-linter-and-build:
name: Lint and perform test build
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Prepare Frontend
working-directory: frontend
run: npm ci
- name: Run linters for frontend
working-directory: frontend
run: npm run lint
- name: Build frontend
working-directory: frontend
run: npm run build