Skip to content

Update the Angular DevTools (#151) #58

Update the Angular DevTools (#151)

Update the Angular DevTools (#151) #58

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 22
- run: yarn install
- run: yarn test