Skip to content

Use shared CI/CD actions/workflows #294

Use shared CI/CD actions/workflows

Use shared CI/CD actions/workflows #294

Workflow file for this run

name: check-examples
on:
push:
branches:
- main
- release-*
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
check-examples:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
with:
dotnet-version: "10"
- name: Setup Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.12"
- name: Install Task
uses: go-task/setup-task@01a4adf9db2d14c1de7a560f09170b6e0df736aa # v2.1.0
- name: Build Valkey.Glide
run: task build target=lib
- name: Check examples
run: task check-examples