Skip to content

apply a4d9aa0 and fix GLib.String() calls #59

apply a4d9aa0 and fix GLib.String() calls

apply a4d9aa0 and fix GLib.String() calls #59

name: Lint and format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install packages
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Lint
run: ./mediacontrols.sh lint
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install packages
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Format
run: ./mediacontrols.sh format