File tree Expand file tree Collapse file tree 5 files changed +18
-21
lines changed
collections/made-in-indonesia Expand file tree Collapse file tree 5 files changed +18
-21
lines changed Original file line number Diff line number Diff line change 11name : CI/Rubocop
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : main
6+ pull_request : []
47
58jobs :
69 build :
710 runs-on : ubuntu-latest
811 steps :
912 - uses : actions/checkout@v2
1013 - name : Setup Ruby
11- uses : actions /setup-ruby@v1
14+ uses : ruby /setup-ruby@v1
1215 with :
13- ruby-version : 2.7
14- - name : Install bundler
15- run : |
16- gem install bundler:2.1.4
17- bundle config path vendor/bundle
18- - name : Cache gems
19- uses : actions/cache@v1
20- with :
21- path : vendor/bundle
22- key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
23- restore-keys : |
24- ${{ runner.os }}-gems-
25- - name : Install gems
26- if : steps.cache.outputs.cache-hit != 'true'
27- run : bundle install --jobs 4 --retry 3
16+ bundler-cache : true
2817 - name : Build and test with Rake/Rubocop
29- env :
30- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3118 run : |
3219 bundle exec rake
3320 bundle exec rubocop --display-cop-names
Original file line number Diff line number Diff line change 1- 2.7.2
1+ 3.1.0
Original file line number Diff line number Diff line change 66 - tanibox/tania-core
77 - OpenSID
88 - BaritoLog
9+ - odpf
910display_name : Made in Indonesia
1011created_by : mabdh
1112image : made-in-indonesia.png
1213---
13- Open source projects built in or receiving significant contributions from Indonesia :indonesia :
14+ Open source projects built in or receiving significant contributions from Indonesia :indonesia :
Original file line number Diff line number Diff line change 1+ ---
2+ display_name : Pipewire
3+ short_description : PipeWire is a server for handling audio and video streams and hardware on Linux.
4+ topic : pipewire
5+ wikipedia_url : https://en.wikipedia.org/wiki/PipeWire
6+ logo : pipewire.png
7+ ---
8+
9+ PipeWire is a server for handling audio and video streams and hardware on Linux. It was created by Wim Taymans at Red Hat. It handles multimedia routing and pipeline processing.
You can’t perform that action at this time.
0 commit comments