Merge pull request #59 from pages-themes/github-actions

Add test CI workflow on GitHub Actions
This commit is contained in:
Parker Moore 2020-08-08 14:55:10 -04:00 committed by GitHub
commit 7b7303abef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -11,4 +11,4 @@ jobs:
- name: build
run: script/bootstrap
- name: test
run: script/cibuild
run: script/cibuild

View File

@ -4,3 +4,6 @@ AllCops:
Metrics/LineLength:
Enabled: false
Gemspec/RequiredRubyVersion:
Enabled: false