test color on actions, please ignore

This commit is contained in:
silverwind 2023-05-17 22:23:51 +02:00
parent fd7c8580af
commit d708efa5c2
No known key found for this signature in database
GPG key ID: 2E62B41C93869443

View file

@ -8,6 +8,14 @@ env:
GOCACHE: /go_cache
jobs:
testcolor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: curl -sL https://gist.github.com/lilydjwg/fdeaf79e921c2f413f44b6f613f6ad53/raw/94d8b2be62657e96488038b0e547e3009ed87d40/colors.py | python3
lint:
name: check and test
runs-on: ubuntu-latest