Some checks failed
Continuous Integration / GitHub Actions Test (push) Successful in 23s
CodeQL / Analyze (TypeScript) (push) Failing after 5m27s
Check Transpiled JavaScript / Check dist/ (push) Has been cancelled
Continuous Integration / TypeScript Tests (push) Has been cancelled
Lint Codebase / Lint Codebase (push) Has been cancelled
12 lines
205 B
YAML
12 lines
205 B
YAML
name: 'Setup Conan'
|
|
description: 'Set up a specific version of the Conan'
|
|
author: 'CSSUDII'
|
|
|
|
inputs:
|
|
conan-version:
|
|
description: 'Conan version to setup'
|
|
|
|
runs:
|
|
using: node20
|
|
main: dist/index.js
|