Skip to content

Bump vite from 8.0.14 to 8.0.16 in /api #508

Bump vite from 8.0.14 to 8.0.16 in /api

Bump vite from 8.0.14 to 8.0.16 in /api #508

Workflow file for this run

name: Lint API
on:
push:
branches: [main, dev]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions:
contents: read
jobs:
tsc:
uses: finki-hub/.github/.github/workflows/tsc.yaml@main
with:
working-directory: api
secrets: inherit
eslint:
uses: finki-hub/.github/.github/workflows/eslint.yaml@main
with:
working-directory: api
secrets: inherit