This commit is contained in:
silverwind 2023-05-17 22:32:35 +02:00
parent 466b67b97f
commit c75eb3eb4e
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 18 additions and 0 deletions

9
.gitea/workflows/ci.yaml Normal file

@ -0,0 +1,9 @@
name: ci
on: [push, pull_request]
jobs:
testcolor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl -sL https://gist.github.com/lilydjwg/fdeaf79e921c2f413f44b6f613f6ad53/raw/94d8b2be62657e96488038b0e547e3009ed87d40/colors.py | python3

9
.github/workflows/ci.yaml vendored Normal file

@ -0,0 +1,9 @@
name: ci
on: [push, pull_request]
jobs:
testcolor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl -sL https://gist.github.com/lilydjwg/fdeaf79e921c2f413f44b6f613f6ad53/raw/94d8b2be62657e96488038b0e547e3009ed87d40/colors.py | python3