1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-19 17:23:51 +02:00

ci: Merge two jobs

This commit is contained in:
Blaž Hrastnik 2022-12-13 15:14:40 +09:00
parent e6fce860b1
commit 0f2ae35a13
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640

View File

@ -98,13 +98,13 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: helix-editor/rust-toolchain@v1
with:
profile: minimal
override: true
uses: dtolnay/rust-toolchain@1.61
- uses: Swatinem/rust-cache@v2
- name: Validate queries
run: cargo xtask query-check
- name: Generate docs
run: cargo xtask docgen
@ -115,20 +115,3 @@ jobs:
|| (echo "Run 'cargo xtask docgen', commit the changes and push again" \
&& exit 1)
queries:
name: Tree-sitter queries
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable toolchain
uses: helix-editor/rust-toolchain@v1
with:
profile: minimal
override: true
- uses: Swatinem/rust-cache@v2
- name: Generate docs
run: cargo xtask query-check