Skip to content

Bump openapi-typescript-codegen from 0.24.0 to 0.25.0 in /frontend #429

Bump openapi-typescript-codegen from 0.24.0 to 0.25.0 in /frontend

Bump openapi-typescript-codegen from 0.24.0 to 0.25.0 in /frontend #429

Workflow file for this run

name: Development Vite workflow
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install modules
run: npm install
- name: Check linting
run: npm run check
- name: Attempt to build codebase
run: npm run build