Skip to content

Tweak power profile icons to 22px & 24px sizes #3665 #2529

Tweak power profile icons to 22px & 24px sizes #3665

Tweak power profile icons to 22px & 24px sizes #3665 #2529

Workflow file for this run

name: Tests
on:
pull_request:
paths-ignore:
- '**.md'
- '**.sed'
- '**.sh'
- '**.yml'
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.sed'
- '**.sh'
- '**.yml'
jobs:
test-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install xmlstarlet
run: sudo apt-get install xmlstarlet
- name: Run tests
run: make -k test-all