Skip to content

Merge pull request #1 from adrianreber/2024-04-29-ci #2

Merge pull request #1 from adrianreber/2024-04-29-ci

Merge pull request #1 from adrianreber/2024-04-29-ci #2

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run clippy
run: cargo clippy --verbose