Skip to content

added version

added version #4

name: .NET Build and Test for DfE.CoreLibs.Caching
on:
push:
branches:
- main
paths:
- 'src/DfE.CoreLibs.Caching/**'
jobs:
build-and-test:
uses: .github/workflows/build-test-template.yml@main

Check failure on line 12 in .github/workflows/build-test-caching.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-test-caching.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
project_name: DfE.CoreLibs.Caching
project_path: src/DfE.CoreLibs.Caching
sonar_project_key: DFE-Digital_corelibs-caching
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}