Skip to content

initial commit

initial commit #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: true
clean: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Authenticate with npm
run: |
if [ -f .npmrc ]; then echo "Using .npmrc for npm authentication"; else echo "No .npmrc found, skipping authentication"; fi
- name: Run build script
run: ./azure-build.sh