Skip to content

Centralizable code analysis workflow #3

Centralizable code analysis workflow

Centralizable code analysis workflow #3

Workflow file for this run

name: Integrity
on:
push:
branches:
- main
- master
- release-*
pull_request:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
defaults:
run:
shell: pwsh
jobs:
repo-integrity:
name: Repo integrity
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Repo integrity tests
uses: Particular/repo-integrity-action@main