Skip to content

notifications (and windows msi installer) #287

notifications (and windows msi installer)

notifications (and windows msi installer) #287

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
merge_group:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
run: cargo check
- name: Clippy
run: cargo clippy --workspace --all-targets -- -D warnings