Skip to content

adds task for checking prettier locally #19

adds task for checking prettier locally

adds task for checking prettier locally #19

name: Build Frontend
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend/aashub
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build