Skip to content

Migrate Storage sdk to Track2 for allowing Managed Identity Cluster feature to disable shared access keys #8621

Migrate Storage sdk to Track2 for allowing Managed Identity Cluster feature to disable shared access keys

Migrate Storage sdk to Track2 for allowing Managed Identity Cluster feature to disable shared access keys #8621

Workflow file for this run

name: node-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
npm-audit-portal-v2:
name: npm-audit-portal-v2
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: setup Node.JS
uses: actions/setup-node@v4
with:
node-version: 16.16.0
- name: Run NPM Audit
run: bash ${GITHUB_WORKSPACE}/hack/github-actions/npm_audit.sh
shell: bash
npm-build-check:
name: npm-build-check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: setup Node.JS
uses: actions/setup-node@v4
with:
node-version: 16.16.0
- name: Run NPM Build
working-directory: ./portal/v2
run: |
npm ci
npm run build
../../hack/ci-utils/isClean.sh