Skip to content

build(deps): bump actions/checkout from 3.5.2 to 3.6.0 (#2169) #2127

build(deps): bump actions/checkout from 3.5.2 to 3.6.0 (#2169)

build(deps): bump actions/checkout from 3.5.2 to 3.6.0 (#2169) #2127

Workflow file for this run

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