Skip to content

Commit

Permalink
ci improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Jan 4, 2025
1 parent 116a010 commit ac46e00
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CD

on:
push:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[![Crates.io](https://img.shields.io/crates/v/leptos-struct-table.svg)](https://crates.io/crates/leptos-struct-table)
[![Docs](https://docs.rs/leptos-struct-table/badge.svg)](https://docs.rs/leptos-struct-table/)
[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/synphonyte/leptos-struct-table#license)
[![Build Status](https://github.com/synphonyte/leptos-struct-table/actions/workflows/ci.yml/badge.svg)](https://github.com/synphonyte/leptos-struct-table/actions/workflows/ci.yml)
[![built with Codeium](https://codeium.com/badges/main)](https://codeium.com)
[![Build Status](https://github.com/synphonyte/leptos-struct-table/actions/workflows/cd.yml/badge.svg)](https://github.com/synphonyte/leptos-struct-table/actions/workflows/cd.yml)

<!-- cargo-rdme start -->

Expand Down

0 comments on commit ac46e00

Please sign in to comment.