Skip to content

Add extensions methods for main filters and actions (#113) #153

Add extensions methods for main filters and actions (#113)

Add extensions methods for main filters and actions (#113) #153

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- 'design/**'
- 'README.md'
- '.github/workflows/release*'
- '.github/workflows/pull-request*'
jobs:
build-and-test-backend:
name: "Build & core Tests"
strategy:
matrix:
osversion: [Linux, Windows, macOS]
ostype: ['self-hosted']
fail-fast: false
runs-on: ${{ matrix.osversion }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: On validate main
shell: bash
env:
TOKEN_FOR_NUGET : ${{ secrets.TOKEN_FOR_NUGET }}
PARTNER_SECRET : ${{ secrets.PARTNER_SECRET }}
run: bash build.sh validate-main