Skip to content

build(deps-dev): bump @vue/tsconfig from 0.5.1 to 0.6.0 in /webapp #126

build(deps-dev): bump @vue/tsconfig from 0.5.1 to 0.6.0 in /webapp

build(deps-dev): bump @vue/tsconfig from 0.5.1 to 0.6.0 in /webapp #126

Workflow file for this run

name: Yarn Prettier
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: webapp
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js and yarn
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
cache-dependency-path: "webapp/yarn.lock"
- name: Install WebApp dependencies
run: yarn install --frozen-lockfile
- name: Check Formatting
run: yarn prettier --check src/