Skip to content

build(dev-dependencies): update angular-eslint monorepo to v17 #117

build(dev-dependencies): update angular-eslint monorepo to v17

build(dev-dependencies): update angular-eslint monorepo to v17 #117

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn install
yarn build