Skip to content

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#2325) #2568

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#2325)

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#2325) #2568

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup .NET
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
with:
dotnet-version: "9.0.101"
- name: Run tests
run: pwsh bin/test.ps1