Skip to content

Bump the nuget-dependencies group with 2 updates (#38) #98

Bump the nuget-dependencies group with 2 updates (#38)

Bump the nuget-dependencies group with 2 updates (#38) #98

name: Build
on: [push]
jobs:
quality-checks:
name: Quality Checks
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
- name: Run Spelling Check
run: npx cspell "**/*.md"
- name: Run Markdown Linting
run: npx markdownlint-cli "**/*.md"
build:
name: Build Artifacts
needs: quality-checks
permissions:
contents: read
uses: ./.github/workflows/build.yaml
with:
semver: '0.0.0-run.${{ github.run_number }}'
winver: '0.0.0.${{ github.run_number }}'