diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ff5f0e4044..66d3809a49 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,8 +1,11 @@ -name: Nightly tests on main +# Nightly sanity checks +name: nightly on: + workflow_dispatch: {} + # Once per day at 00:00 UTC schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" jobs: linux_exhaustive: @@ -98,4 +101,9 @@ jobs: labels: | nightly automated issue - + + unused-dependencies: + uses: lurk-lab/ci-workflows/.github/workflows/unused-deps.yml@main + + rust-version-check: + uses: lurk-lab/ci-workflows/.github/workflows/rust-version-check.yml@main \ No newline at end of file diff --git a/README.md b/README.md index 8c6169402f..44c8ba76b8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Lurk backend integration is still immature, so current performance is not repres - [Reduction Notes](notes/reduction-notes.md) # Security Audit -Lurk's Alpha release has undergone a [security audit](https://blog.lurk-lang.org/posts/alpha-audit/inference-security-assessment-3-2023.pdf) as of 03/29/2023, performed by [Inference](https://inference.ag/company/). +Lurk's Alpha release has undergone a [security audit](https://blog.lurk-lang.org/posts/alpha-audit/inference-security-assessment-3-2023.pdf) as of 03/29/2023, performed by [Inference](https://inference.ag/about-us/). # Versioning