Initial Commit
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

This commit is contained in:
2024-11-05 23:08:13 +13:00
commit 42fb744b4f
38 changed files with 38124 additions and 0 deletions

11
action.yml Normal file
View File

@@ -0,0 +1,11 @@
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