Skip to content

Switch the power menu to a Rofi menu script #6

Switch the power menu to a Rofi menu script

Switch the power menu to a Rofi menu script #6

Workflow file for this run

name: CI
on: pull_request
jobs:
Test:
runs-on: ubuntu-latest
container:
image: docker.io/library/alpine:latest
options: --privileged
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Update container
run: apk update && apk upgrade
- name: Install packages
run: apk add py3-pip ruby && pip install codespell && gem install mdl
- name: Run codespell
run: codespell --enable-colors
- name: Run mdl
run: mdl --style .github/workflows/mdl_style.rb .