Skip to content

Merge pull request #294 from mattosaurus/bug/293-fix-empty-files #114

Merge pull request #294 from mattosaurus/bug/293-fix-empty-files

Merge pull request #294 from mattosaurus/bug/293-fix-empty-files #114

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
uses: ./.github/workflows/build.yml
analyze:
needs: build
uses: ./.github/workflows/analyze.yml
secrets: inherit