Skip to content

Bump actions/checkout action to v6 (#155) #117

Bump actions/checkout action to v6 (#155)

Bump actions/checkout action to v6 (#155) #117

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
# - name: Setup GHPR
# run: dotnet nuget add source -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
# --store-password-in-clear-text -n github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
- name: Build
run: dotnet build -c Release