Skip to content

nuget: bump BenchmarkDotNet from 0.13.12 to 0.14.0 in /benchmarks/GPUHeatTransfer in the bench group #283

nuget: bump BenchmarkDotNet from 0.13.12 to 0.14.0 in /benchmarks/GPUHeatTransfer in the bench group

nuget: bump BenchmarkDotNet from 0.13.12 to 0.14.0 in /benchmarks/GPUHeatTransfer in the bench group #283

Workflow file for this run

name: Code Quality
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Lint Codebase
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Codebase
uses: super-linter/super-linter@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}