From 28e6f0782bc6a3084ab77336af6a1b58639ef43f Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 8 Mar 2024 16:23:21 +0100 Subject: [PATCH] unlink --- .github | 1 - .github/workflows/ci.yaml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) delete mode 120000 .github create mode 100644 .github/workflows/ci.yaml diff --git a/.github b/.github deleted file mode 120000 index 7a213d8..0000000 --- a/.github +++ /dev/null @@ -1 +0,0 @@ -.gitea \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..e0b9ae1 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,32 @@ +name: ci + +on: + push: + pull_request: + workflow_dispatch: + inputs: + logLevel: + description: 'Log level' + required: true + default: 'warning' + type: choice + options: + - info + - warning + - debug + tags: + description: 'Test scenario tags' + required: false + type: boolean + boolean_default_true: + description: 'Test scenario tags' + required: true + type: boolean + default: true + +jobs: + testcolor: + runs-on: ubuntu-latest + steps: + - uses: https://github.com/actions/checkout@v3 + - run: curl -sL https://gist.github.com/lilydjwg/fdeaf79e921c2f413f44b6f613f6ad53/raw/94d8b2be62657e96488038b0e547e3009ed87d40/colors.py | python3