Add initial workflow code dependent on init

This commit is contained in:
Michael B. Gale 2023-05-26 11:38:42 +01:00
parent 4356c16c33
commit ee80b30f46
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
4 changed files with 102 additions and 8 deletions

View file

@ -1,6 +1,13 @@
name: 'CodeQL: Resolve Build Environment'
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
author: 'GitHub'
inputs:
language:
description: The language to infer the build environment configuration for.
required: true
outputs:
configuration:
description: The inferred build environment configuration.
runs:
using: 'node16'
main: '../lib/resolve-environment-action.js'