Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

chore: update workflows for secrets mgmt #10

chore: update workflows for secrets mgmt

chore: update workflows for secrets mgmt #10

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Verify
run: make verify