eagle/.gitea/workflows/build.yaml
Kodi Craft a77c3b09bb
Some checks failed
Build library & run tests / build (push) Failing after 18s
Run clippy in workflow
2024-06-21 14:36:14 +02:00

13 lines
257 B
YAML

name: Build library & run tests
on: [push]
jobs:
build:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run clippy
run: nix shell -c cargo clippy
- name: Build & test
run: nix build