Merge pull request #59 from pages-themes/github-actions
Add test CI workflow on GitHub Actions
This commit is contained in:
commit
7b7303abef
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -11,4 +11,4 @@ jobs:
|
||||
- name: build
|
||||
run: script/bootstrap
|
||||
- name: test
|
||||
run: script/cibuild
|
||||
run: script/cibuild
|
||||
|
@ -4,3 +4,6 @@ AllCops:
|
||||
|
||||
Metrics/LineLength:
|
||||
Enabled: false
|
||||
|
||||
Gemspec/RequiredRubyVersion:
|
||||
Enabled: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user