Skip to content

Commit

Permalink
spill yarn version used on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Sep 20, 2024
1 parent 789a07e commit fe398db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/yarnlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
run: yarn --cwd webapp install --frozen-lockfile

- name: Linting
run: yarn --cwd webapp lint
run: yarn --cwd webapp lint

- name: Spill yarn version
run: yarn --version

0 comments on commit fe398db

Please sign in to comment.