Skip to content

docs: add changelog entry for v0.2.0 #15

docs: add changelog entry for v0.2.0

docs: add changelog entry for v0.2.0 #15

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: make install
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Load Rust cache
uses: Swatinem/rust-cache@v2
with:
workspaces: src-tauri
- name: Lint
run: make can-release