Skip to content

chore: use bzlmod and update to angular 18 #12

chore: use bzlmod and update to angular 18

chore: use bzlmod and update to angular 18 #12

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: 'bazel run //tools/format:format.check'