Skip to content

Commit

Permalink
chore: simplify
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Modras <[email protected]>
  • Loading branch information
seia-soto and chrmod committed Feb 26, 2024
1 parent 2838584 commit a1497a0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Read parameters
id: read
run: |
echo "tool_versions="$(cat ./.tool_versions)"" >> "$GITHUB_OUTPUT"
- uses: jdx/mise-action@v2
with:
install: true
cache: true
tool_versions: ${{ steps.read.outputs.tool_versions }}

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down

0 comments on commit a1497a0

Please sign in to comment.