microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.2.2

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/actionlint.yaml

16lines · modecode

1# actionlint configuration
2# See: https://github.com/rhysd/actionlint/blob/main/docs/config.md
3
4self-hosted-runner:
5 labels: []
6
7# Configuration variables defined in the repository/organization.
8# Set to null to disable strict checking.
9# Only variables referenced via ${{ vars.* }} in workflow YAML belong here.
10# HVE_DEVCONTAINER_IMAGE and HVE_GITHUB_API_URL are environment variables
11# consumed at runtime, not GitHub configuration variables.
12config-variables:
13 - HVE_GITHUB_RELEASES_URL
14 - HVE_PSGALLERY_REPOSITORY
15 - HVE_PSGALLERY_SOURCE_URL
16 - RELEASE_APP_ID
17