Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/analyse-rust-code.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/check-rust-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check-rust-dependencies
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 1 * * *'
jobs:
call-check-deno-dependencies:
uses: flowscripter/.github/.github/workflows/check-rust-dependencies.yml@v1
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/format-rust-code.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/run-rust-docs-and-tests.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/validiate-rust-library-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: validate-rust-library-pr
on:
pull_request:
branches: [main]
jobs:
call-validate-rust-library-pr:
uses: flowscripter/.github/.github/workflows/validate-rust-library-pr.yml@v1
secrets: inherit
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Flowscripter
Copyright (c) 2025 Flowscripter

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ Lint: `cargo fmt`

### Overview

Sample mermaid diagram to test rendering in markdown:

```mermaid
classDiagram
Foo <|-- Bar
```

### API

Link to auto-generated API docs for the library:
Link to auto-generated API docs:

[API Documentation](https://docs.rs/flowscripter_template_rust_library)

Expand Down