Skip to content

Instantly share code, notes, and snippets.

View domnikl's full-sized avatar
💻

Dominik Liebler domnikl

💻
View GitHub Profile
@domnikl
domnikl / build.yml
Last active December 21, 2024 12:01
GitHub Action Workflow to build a Rust project with tests and clippy
name: main
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs: