Skip to content

Bump the ts-dev-dependencies group across 1 directory with 4 updates #198

Bump the ts-dev-dependencies group across 1 directory with 4 updates

Bump the ts-dev-dependencies group across 1 directory with 4 updates #198

Workflow file for this run

name: Test Build PowerBI visual
on:
pull_request:
branches: [ main ]
paths-ignore:
- docs/** # Don't run on docs folder
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: |
npm install
npm install -g powerbi-visuals-tools
- name: Run linter
run: |
npm run eslint
- name: Test if package can be built
run: |
pbiviz package