Skip to content

chore(deps-dev): bump husky from 8.0.3 to 9.0.11 #372

chore(deps-dev): bump husky from 8.0.3 to 9.0.11

chore(deps-dev): bump husky from 8.0.3 to 9.0.11 #372

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Cache node_modules
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: yarn install --frozen-lockfile
- uses: nrwl/nx-set-shas@v4
- run: npx nx format:check
- run: npx nx run angular-hub:lint
- run: npx nx run angular-hub:build:production