Skip to content

build(deps): Bump Octokit from 8.0.1 to 8.1.1 #248

build(deps): Bump Octokit from 8.0.1 to 8.1.1

build(deps): Bump Octokit from 8.0.1 to 8.1.1 #248

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:
dotnet-version: 7.0
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal