ci: remove msrv.yml workflow as it's not really used

If it does become relevant to actually implement this is can be done at
that time. Having a non-functional stub isn't useful.
This commit is contained in:
dundargoc 2024-02-03 11:25:14 +01:00
parent 4e8a9e654f
commit dfb2bd97d4
2 changed files with 1 additions and 50 deletions

View file

@ -43,13 +43,6 @@ jobs:
checks:
uses: ./.github/workflows/checks.yml
min_version:
name: Minimum supported rust version
needs: checks
uses: ./.github/workflows/msrv.yml
with:
package: tree-sitter-cli
sanitize:
name: Sanitize
needs: [init, checks]
@ -64,7 +57,7 @@ jobs:
release:
name: Release
needs: [init, checks, min_version, build, sanitize]
needs: [init, checks, build, sanitize]
if: >
github.event_name == 'pull_request' &&
startsWith(github.head_ref, 'release/v') &&