Skip to content

chore(deps): bump @angular/core from 21.1.1 to 21.1.6 #71

chore(deps): bump @angular/core from 21.1.1 to 21.1.6

chore(deps): bump @angular/core from 21.1.1 to 21.1.6 #71

Workflow file for this run

name: Format Check
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Check Prettier formatting
run: bun run format:check