diff --git a/.github/workflows/analyse-rust-code.yml b/.github/workflows/analyse-rust-code.yml deleted file mode 100644 index 53bf701..0000000 --- a/.github/workflows/analyse-rust-code.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: analyse-rust-code -on: - push: - branches: [main] - pull_request: - branches: [main] -jobs: - call-analyse-rust-code: - uses: flowscripter/.github/.github/workflows/analyse-rust-code.yml@v1 - secrets: inherit diff --git a/.github/workflows/check-rust-dependencies.yml b/.github/workflows/check-rust-dependencies.yml index 70ae9b6..f1884e5 100644 --- a/.github/workflows/check-rust-dependencies.yml +++ b/.github/workflows/check-rust-dependencies.yml @@ -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 diff --git a/.github/workflows/format-rust-code.yml b/.github/workflows/format-rust-code.yml deleted file mode 100644 index 2e3f7f6..0000000 --- a/.github/workflows/format-rust-code.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: format-rust-code -on: - pull_request: - branches: [main] -jobs: - call-format-deno-code: - uses: flowscripter/.github/.github/workflows/format-rust-code.yml@v1 - secrets: inherit diff --git a/.github/workflows/run-rust-docs-and-tests.yml b/.github/workflows/run-rust-docs-and-tests.yml deleted file mode 100644 index b229903..0000000 --- a/.github/workflows/run-rust-docs-and-tests.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: run-rust-docs-and-tests -on: - pull_request: - branches: [main] -jobs: - call-run-rust-docs-and-tests: - uses: flowscripter/.github/.github/workflows/run-rust-docs-and-tests.yml@v1 - secrets: inherit diff --git a/.github/workflows/validiate-rust-library-pr.yml b/.github/workflows/validiate-rust-library-pr.yml new file mode 100644 index 0000000..f96e3f4 --- /dev/null +++ b/.github/workflows/validiate-rust-library-pr.yml @@ -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 diff --git a/LICENSE b/LICENSE index 3a84dee..fe087f5 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index db4946a..964f4e2 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Lint: `cargo fmt` ### Overview +Sample mermaid diagram to test rendering in markdown: + ```mermaid classDiagram Foo <|-- Bar @@ -42,7 +44,7 @@ classDiagram ### 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)