Skip to content

Commit

Permalink
unlink
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 8, 2024
1 parent b0e23c3 commit 28e6f07
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 28e6f07

Please sign in to comment.