Skip to content

nuget: bump the bench group in /benchmarks/GPUOverhead with 1 update #230

nuget: bump the bench group in /benchmarks/GPUOverhead with 1 update

nuget: bump the bench group in /benchmarks/GPUOverhead with 1 update #230

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 }}