Skip to content

Commit

Permalink
build(ruby): Add license check [TSI-2608] (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan authored Jul 25, 2024
1 parent c9568c4 commit 1b9ad38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ jobs:
run: |
cd ./clients/ruby
bundle exec rspec
- name: Check licenses
uses: phrase/actions/lawa-ruby-ci@v1
with:
working-directory: ./clients/ruby
github-token: ${{ secrets.GH_LAWA_ACCESS_TOKEN }}
4 changes: 4 additions & 0 deletions clients/ruby/.license-decisions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- - :inherit_from
- url: https://raw.githubusercontent.com/phrase/lawa/master/config/license-decisions.yml
authorization: token $GITHUB_TOKEN

0 comments on commit 1b9ad38

Please sign in to comment.