Skip to content

Commit 2649ea1

Browse files
authored
Merge branch 'main' into patch-3
2 parents 54d9109 + 607ca54 commit 2649ea1

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,20 @@
11
name: CI/Rubocop
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: main
6+
pull_request: []
47

58
jobs:
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

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2
1+
3.1.0

topics/pipewire/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.

topics/pipewire/pipewire.png

9.04 KB
Loading

0 commit comments

Comments
 (0)