mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
Add Bun setup step to GitHub Actions workflow
Adds the oven-sh/setup-bun@v2 action to install Bun when running language tests for the Bun language support added previously.
This commit is contained in:
parent
ae5018d3e5
commit
19581b6506
1 changed files with 3 additions and 0 deletions
3
.github/workflows/languages.yaml
vendored
3
.github/workflows/languages.yaml
vendored
|
|
@ -41,6 +41,9 @@ jobs:
|
|||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
if: matrix.language == 'bun'
|
||||
|
||||
- run: echo "$CONDA\Scripts" >> "$GITHUB_PATH"
|
||||
shell: bash
|
||||
if: matrix.os == 'windows-latest' && matrix.language == 'conda'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue