Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Implement MPRIS Raise method to allow showing the window #120

Implement MPRIS Raise method to allow showing the window

Implement MPRIS Raise method to allow showing the window #120

Workflow file for this run

name: Developer Chores
on: [pull_request]
jobs:
linter-check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
check-latest: true
- name: Install dependencies 👨🏻‍💻
run: npm run bootstrap
- name: Run linter 👀
run: npm run format:write
- name: Comment Suggestions 🗒️
uses: getsentry/action-git-diff-suggestions@main
with:
message: Prettier Suggestion