WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps-dev): Bump node-forge from 1.3.1 to 1.3.2 in /src/Client #63

chore(deps-dev): Bump node-forge from 1.3.1 to 1.3.2 in /src/Client

chore(deps-dev): Bump node-forge from 1.3.1 to 1.3.2 in /src/Client #63

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Run tests (if any)
run: dotnet test --no-build --configuration Release --verbosity normal
continue-on-error: true # Continue even if no tests exist