Skip to content

.NET Library Pipeline #224

.NET Library Pipeline

.NET Library Pipeline #224

Workflow file for this run

name: .NET Library Pipeline
on:
schedule:
- cron: "* * * * *"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
packages: write
contents: write
jobs:
dotnet-library:
uses: ktsu-dev/workflows/.github/workflows/dotnet-library.yml@main

Check failure on line 17 in .github/workflows/dotnet.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dotnet.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dotnet.yml" -> "ktsu-dev/workflows/.github/workflows/dotnet-library.yml@main" (source branch with sha:1a39a07813e7d4342d425ce9a7641bc2e96b4809) : reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
secrets: inherit