Skip to content

Enable Roslyn analysis - final #221

Enable Roslyn analysis - final

Enable Roslyn analysis - final #221

Workflow file for this run

name: demo
on:
push:
branches: [ main ]
paths:
- examples/demo/**
pull_request:
branches: [ main ]
paths:
- examples/demo/**
workflow_dispatch:
permissions:
contents: read
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1
- name: Test demo
run: make test
working-directory: examples/demo
timeout-minutes: 10