Skip to content

Bump html-webpack-plugin from 5.5.0 to 5.6.0 in /generator #36

Bump html-webpack-plugin from 5.5.0 to 5.6.0 in /generator

Bump html-webpack-plugin from 5.5.0 to 5.6.0 in /generator #36

Workflow file for this run

name: CI-analyzer
on:
pull_request:
branches: ["**"]
jobs:
build-analyzer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: ./analyzer
- name: Build
run: dotnet build --no-restore
working-directory: ./analyzer
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: ./analyzer