Skip to content

Sync the sieve exercise's docs with the latest data. (#322) #632

Sync the sieve exercise's docs with the latest data. (#322)

Sync the sieve exercise's docs with the latest data. (#322) #632

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2
with:
dotnet-version: "7.0.100"
- run: ./test.ps1
shell: pwsh