Skip to content

Commit

Permalink
ci(github-action): run just --evaluate at start of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jun 30, 2024
1 parent dd9f5ce commit 192b029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
with:
just-version: 1.29.0

- name: Run Just evaluate
run: just --evaluate

- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
Expand Down

0 comments on commit 192b029

Please sign in to comment.