Skip to content

build(deps): Bump Octokit from 11.0.1 to 12.0.0 #302

build(deps): Bump Octokit from 11.0.1 to 12.0.0

build(deps): Bump Octokit from 11.0.1 to 12.0.0 #302

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/[email protected]
with:
global-json-file: global.json
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal