Skip to content

Commit 6eaeef6

Browse files
authored
fix: tweak workflows (#27)
* fix: tweak workflows * fix: remove old workflows
1 parent fc0d195 commit 6eaeef6

File tree

7 files changed

+13
-29
lines changed

7 files changed

+13
-29
lines changed

.github/workflows/analyse-rust-code.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/check-rust-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: check-rust-dependencies
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 1 * * *'
66
jobs:
77
call-check-deno-dependencies:
88
uses: flowscripter/.github/.github/workflows/check-rust-dependencies.yml@v1

.github/workflows/format-rust-code.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/run-rust-docs-and-tests.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: validate-rust-library-pr
2+
on:
3+
pull_request:
4+
branches: [main]
5+
jobs:
6+
call-validate-rust-library-pr:
7+
uses: flowscripter/.github/.github/workflows/validate-rust-library-pr.yml@v1
8+
secrets: inherit

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Flowscripter
3+
Copyright (c) 2025 Flowscripter
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ Lint: `cargo fmt`
3535

3636
### Overview
3737

38+
Sample mermaid diagram to test rendering in markdown:
39+
3840
```mermaid
3941
classDiagram
4042
Foo <|-- Bar
4143
```
4244

4345
### API
4446

45-
Link to auto-generated API docs for the library:
47+
Link to auto-generated API docs:
4648

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

0 commit comments

Comments
 (0)