Skip to content

Commit

Permalink
Merge pull request #59 from pages-themes/github-actions
Browse files Browse the repository at this point in the history
Add test CI workflow on GitHub Actions
  • Loading branch information
parkr committed Aug 8, 2020
2 parents 20f7fc1 + 4cc4b8f commit 7b7303a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: build
run: script/bootstrap
- name: test
run: script/cibuild
run: script/cibuild
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ AllCops:

Metrics/LineLength:
Enabled: false

Gemspec/RequiredRubyVersion:
Enabled: false

0 comments on commit 7b7303a

Please sign in to comment.