Added theme

This commit is contained in:
2020-08-15 17:02:14 +02:00
commit 215dcde733
52 changed files with 2714 additions and 0 deletions

14
.github/workflows/ci.yaml vendored Normal file
View File

@@ -0,0 +1,14 @@
on: push
jobs:
build:
runs-on: ubuntu-latest
name: script/cibuild
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- name: build
run: script/bootstrap
- name: test
run: script/cibuild