Skip to content

Bake example scripts into eugene executable and improve demo #178

Bake example scripts into eugene executable and improve demo

Bake example scripts into eugene executable and improve demo #178

name: Lint
on:
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
check_formatting:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --all -- --check
check_clippy:
name: Check clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check clippy
run: cargo clippy --all-targets --all-features -- -D warnings