Skip to content

chore(deps): update all dependencies #1527

chore(deps): update all dependencies

chore(deps): update all dependencies #1527

Workflow file for this run

name: Build
on:
pull_request_target:
types: opened
pull_request:
paths:
- .github/workflows/main.yml
- .editorconfig
- lc-hax/**
push:
paths:
- .github/workflows/main.yml
- .editorconfig
- lc-hax/**
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.0
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: 8.0.x
cache: true
cache-dependency-path: lc-hax/packages.lock.json
- name: Build
run: dotnet build lc-hax -restoreProperty:RestoreLockedMode=true /warnaserror