Skip to content

Fix CI, unsubscribe from email notifications #9

Fix CI, unsubscribe from email notifications

Fix CI, unsubscribe from email notifications #9

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
tags-ignore:
- "v*"
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install system dependencies
run: apt update -y && apt install -y libgtk-3-dev
- name: Tests
run: cargo test
- name: Lints
run: cargo clippy -- -D warnings