Skip to content

Add cosmic-ext-applet-system-monitor (#28) #48

Add cosmic-ext-applet-system-monitor (#28)

Add cosmic-ext-applet-system-monitor (#28) #48

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo run --verbose
- uses: stefanzweifel/git-auto-commit-action@v5